Home
last modified time | relevance | path

Searched refs:notifCollectionListener (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ongoingcall/
DOngoingCallControllerTest.kt96 private lateinit var notifCollectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.phone.ongoingcall.OngoingCallControllerTest
139 notifCollectionListener = collectionListenerCaptor.value!! in setUp()
154 notifCollectionListener.onEntryUpdated(notification.build()) in onEntryUpdated_isOngoingCallNotif_listenerAndRepoNotified()
164 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_isOngoingCallNotif_windowControllerUpdated()
171 notifCollectionListener.onEntryUpdated(createNotCallNotifEntry()) in onEntryUpdated_notOngoingCallNotif_listenerAndRepoNotNotified()
180 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_listenerNotifiedTwice()
181 notifCollectionListener.onEntryUpdated(createScreeningCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_listenerNotifiedTwice()
188 notifCollectionListener.onEntryUpdated(createOngoingCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_repoUpdated()
192 notifCollectionListener.onEntryUpdated(createScreeningCallNotifEntry()) in onEntryUpdated_ongoingCallNotifThenScreeningCallNotif_repoUpdated()
201 notifCollectionListener.onEntryUpdated( in onEntryUpdated_notifHasNullContentIntent_noCrash()
[all …]
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DShadeEventCoordinatorTest.kt47 private lateinit var notifCollectionListener: NotifCollectionListener variable in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinatorTest
68 notifCollectionListener = withArgCaptor { in setUp()
82 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) in testUserCancelLastNotification()
92 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL) in testAppCancelLastNotification()
100 notifCollectionListener.onEntryRemoved(entry1, REASON_CANCEL) in testUserCancelOneOfTwoNotifications()
108 notifCollectionListener.onEntryRemoved(entry1, REASON_APP_CANCEL) in testAppCancelOneOfTwoNotifications()