Searched refs:notifRemovedByUserCallback (Results 1 – 1 of 1) sorted by relevance
56 @Mock private lateinit var notifRemovedByUserCallback: Runnable variable in com.android.systemui.statusbar.notification.collection.coordinator.ShadeEventCoordinatorTest74 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()