Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/
DShadeEventCoordinatorTest.kt56 @Mock private lateinit var notifRemovedByUserCallback: Runnable variable in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinatorTest
74 coordinator.setNotifRemovedByUserCallback(notifRemovedByUserCallback) in setUp()
84 verify(notifRemovedByUserCallback, never()).run() in testUserCancelLastNotification()
87 verify(notifRemovedByUserCallback).run() in testUserCancelLastNotification()
95 verify(notifRemovedByUserCallback, never()).run() in testAppCancelLastNotification()
103 verify(notifRemovedByUserCallback).run() in testUserCancelOneOfTwoNotifications()
111 verify(notifRemovedByUserCallback, never()).run() in testAppCancelOneOfTwoNotifications()