/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/notification/domain/interactor/ |
H A D | SingleNotificationChipInteractorTest.kt | 31 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 49 activeNotificationModel(key = "notif1", statusBarChipIcon = icon, whenTime = 5432) in notificationChip_startsWithStartingModel() 66 activeNotificationModel(key = "notif1", statusBarChipIcon = originalIconView) in notificationChip_updatesAfterSet() 73 activeNotificationModel( in notificationChip_updatesAfterSet() 91 activeNotificationModel(key = "notif1", statusBarChipIcon = originalIconView) in notificationChip_ignoresSetWithDifferentKey() 98 activeNotificationModel(key = "other_notif", statusBarChipIcon = newIconView) in notificationChip_ignoresSetWithDifferentKey() 109 factory.create(activeNotificationModel(key = "notif1", statusBarChipIcon = null)) in notificationChip_missingStatusBarIconChipView_inConstructor_emitsNull() 122 activeNotificationModel( in notificationChip_cdEnabled_missingStatusBarIconChipView_inConstructor_emitsNotNull() 140 val startingNotif = activeNotificationModel(key = "notif1", statusBarChipIcon = mock()) in notificationChip_missingStatusBarIconChipView_inSet_emitsNull() 146 activeNotificationModel(key = "notif1", statusBarChipIcon = null) in notificationChip_missingStatusBarIconChipView_inSet_emitsNull() [all …]
|
H A D | StatusBarNotificationChipsInteractorTest.kt | 30 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 61 activeNotificationModel( in notificationChips_flagOff_noNotifs() 91 activeNotificationModel( in notificationChips_notifMissingStatusBarChipIconView_empty() 111 activeNotificationModel( in notificationChips_onePromotedNotif_statusBarIconViewMatches() 134 activeNotificationModel( in notificationChips_onlyForPromotedNotifs() 139 activeNotificationModel( in notificationChips_onlyForPromotedNotifs() 144 activeNotificationModel( in notificationChips_onlyForPromotedNotifs() 171 activeNotificationModel( in notificationChips_notifUpdatesGoThrough() 184 activeNotificationModel( in notificationChips_notifUpdatesGoThrough() 197 activeNotificationModel( in notificationChips_notifUpdatesGoThrough() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/domain/interactor/ |
H A D | ActiveNotificationsInteractorTest.kt | 30 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 72 activeNotificationModel(key = "notif1", callType = CallType.None), in ongoingCallNotification_noCallNotifs_null() 73 activeNotificationModel(key = "notif2", callType = CallType.None), in ongoingCallNotification_noCallNotifs_null() 93 activeNotificationModel( in ongoingCallNotification_incomingCallNotif_null() 113 activeNotificationModel( in ongoingCallNotification_screeningCallNotif_null() 130 activeNotificationModel(key = "ongoingNotif", callType = CallType.Ongoing) in ongoingCallNotification_ongoingCallNotif_hasNotif() 146 activeNotificationModel( in ongoingCallNotification_multipleCallNotifs_usesEarlierNotif() 152 activeNotificationModel( in ongoingCallNotification_multipleCallNotifs_usesEarlierNotif() 174 activeNotificationModel( in promotedOngoingNotifications_flagOff_empty() 178 val notPromoted2 = activeNotificationModel(key = "notif2", promotedContent = null) in promotedOngoingNotifications_flagOff_empty() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ongoingcall/ |
H A D | OngoingCallControllerViaRepoTest.kt | 47 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 155 activeNotificationModel( in interactorHasOngoingCallNotif_listenerAndRepoNotified() 175 activeNotificationModel( in interactorHasOngoingCallNotif_notifIconFlagOff_repoHasNoNotifIcon() 196 activeNotificationModel( in interactorHasOngoingCallNotif_notifIconFlagOn_repoHasNotifIcon() 229 activeNotificationModel( in notifRepoHasOngoingCallNotifThenScreeningNotif_listenerNotifiedTwice() 236 activeNotificationModel( in notifRepoHasOngoingCallNotifThenScreeningNotif_listenerNotifiedTwice() 248 activeNotificationModel( in notifRepoHasOngoingCallNotifThenScreeningNotif_repoUpdated() 255 activeNotificationModel( in notifRepoHasOngoingCallNotifThenScreeningNotif_repoUpdated() 269 activeNotificationModel( in notifRepoHasCallNotif_notifHasNullContentIntent_noCrash() 282 activeNotificationModel( in notifRepoHasCallNotif_notificationWhenIsZero_timeHidden() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/notification/ui/viewmodel/ |
H A D | NotifChipsViewModelTest.kt | 33 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 77 activeNotificationModel( in chips_notifMissingStatusBarChipIconView_empty() 96 activeNotificationModel( in chips_onePromotedNotif_statusBarIconViewMatches() 119 activeNotificationModel( in chips_onePromotedNotif_connectedDisplaysFlagEnabled_statusBarIconMatches() 143 activeNotificationModel( in chips_onlyForPromotedNotifs() 148 activeNotificationModel( in chips_onlyForPromotedNotifs() 153 activeNotificationModel( in chips_onlyForPromotedNotifs() 177 activeNotificationModel( in chips_connectedDisplaysFlagEnabled_onlyForPromotedNotifs() 182 activeNotificationModel( in chips_connectedDisplaysFlagEnabled_onlyForPromotedNotifs() 188 activeNotificationModel( in chips_connectedDisplaysFlagEnabled_onlyForPromotedNotifs() [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ongoingcall/domain/interactor/ |
H A D | OngoingCallInteractorTest.kt | 33 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 70 activeNotificationModel( in ongoingCallNotification_setsNotificationIconAndIntent() 97 activeNotificationModel( in ongoingCallNotification_emitsInCall() 116 activeNotificationModel( in notificationRemoved_emitsNoCall() 137 activeNotificationModel( in ongoingCallNotification_appVisibleInitially_emitsInCallWithVisibleApp() 160 activeNotificationModel( in ongoingCallNotification_appNotVisibleInitially_emitsInCall() 184 activeNotificationModel( in ongoingCallNotification_visibilityChanges_updatesState()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/domain/interactor/ |
H A D | NotificationIconsInteractorTest.kt | 27 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 321 activeNotificationModel( 324 activeNotificationModel( 328 activeNotificationModel( 332 activeNotificationModel( 336 activeNotificationModel( 340 activeNotificationModel( 344 activeNotificationModel(
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/chips/ui/viewmodel/ |
H A D | OngoingActivityChipsWithNotifsViewModelTest.kt | 53 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 308 activeNotificationModel( in chips_singlePromotedNotif_primaryIsNotifSecondaryIsHidden() 329 activeNotificationModel( in chips_twoPromotedNotifs_primaryAndSecondaryAreNotifsInOrder() 335 activeNotificationModel( in chips_twoPromotedNotifs_primaryAndSecondaryAreNotifsInOrder() 358 activeNotificationModel( in chips_threePromotedNotifs_topTwoShown() 364 activeNotificationModel( in chips_threePromotedNotifs_topTwoShown() 370 activeNotificationModel( in chips_threePromotedNotifs_topTwoShown() 392 activeNotificationModel( in chips_callAndPromotedNotifs_primaryIsCallSecondaryIsNotif() 398 activeNotificationModel( in chips_callAndPromotedNotifs_primaryIsCallSecondaryIsNotif() 420 activeNotificationModel( in chips_screenRecordAndCallAndPromotedNotifs_notifsNotShown()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/icon/ui/viewmodel/ |
H A D | NotificationIconContainerStatusBarViewModelTest.kt | 39 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 269 activeNotificationModel( in isolatedIcon_animateOnAppear_shadeCollapsed() 296 activeNotificationModel( in isolatedIcon_dontAnimateOnAppear_shadeExpanded() 328 activeNotificationModel( in isolatedIcon_updateWhenIconDataChanges() 350 activeNotificationModel( in isolatedIcon_lastMessageIsFromReply_notNull()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/repository/ |
H A D | ActiveNotificationListRepositoryExt.kt | 19 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel in <lambda>() 32 addEntry(activeNotificationModel(key = key)) in <lambda>()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/stack/ui/view/ |
H A D | NotificationStatsLoggerTest.kt | 26 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel in <lambda>() 255 activeNotificationModel( in <lambda>() 260 activeNotificationModel( in <lambda>()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/notification/data/model/ |
H A D | ActiveNotificationModelBuilder.kt | 28 fun activeNotificationModel( method
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/pipeline/shared/ui/viewmodel/ |
H A D | HomeStatusBarViewModelImplTest.kt | 68 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 911 listOf(activeNotificationModel(key = "notif1"), activeNotificationModel(key = "notif2")) in <lambda>()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
H A D | KeyguardRootViewModelTest.kt | 50 import com.android.systemui.statusbar.notification.data.model.activeNotificationModel 120 activeNotificationModel( in setUp()
|