Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationRemoveInterceptor.java44 boolean onNotificationRemoveRequested( in onNotificationRemoveRequested() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java679 mRemoveInterceptor.onNotificationRemoveRequested( in testExpandStackAndSelectBubble_removedFirst()
751 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in testRemoveBubble_succeeds_appCancel()
779 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeBubble_clearAllIntercepted()
798 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeBubble_userDismissNotifIntercepted()
822 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeNotif_inOverflow_intercepted()
843 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeNotif_notInOverflow_notIntercepted()
893 mRemoveInterceptor.onNotificationRemoveRequested( in testNotifyShadeSuppressionChange_notificationDismiss()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java479 when(mRemoveInterceptor.onNotificationRemoveRequested( in testRemoveInterceptor_interceptsDontGetRemoved()
498 when(mRemoveInterceptor.onNotificationRemoveRequested( in testRemoveInterceptor_notInterceptedGetsRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java437 if (interceptor.onNotificationRemoveRequested(key, entry, reason)) { in removeNotificationInternal()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java555 public boolean onNotificationRemoveRequested( in setupNEM()