Home
last modified time | relevance | path

Searched refs:onNotificationRemoveRequested (Results 1 – 4 of 4) 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/wmshell/
DBubblesTest.java779 mRemoveInterceptor.onNotificationRemoveRequested( in testExpandStackAndSelectBubble_removedFirst()
850 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in testRemoveBubble_succeeds_appCancel()
877 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeBubble_clearAllIntercepted()
894 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeBubble_userDismissNotifIntercepted()
916 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeNotif_inOverflow_intercepted()
936 boolean intercepted = mRemoveInterceptor.onNotificationRemoveRequested( in removeNotif_notInOverflow_notIntercepted()
981 mRemoveInterceptor.onNotificationRemoveRequested( in testNotifyShadeSuppressionChange_notificationDismiss()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DNotificationEntryManagerTest.java514 when(mRemoveInterceptor.onNotificationRemoveRequested( in testRemoveInterceptor_interceptsDontGetRemoved()
533 when(mRemoveInterceptor.onNotificationRemoveRequested( in testRemoveInterceptor_notInterceptedGetsRemoved()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationEntryManager.java465 if (interceptor.onNotificationRemoveRequested(key, entry, reason)) { in removeNotificationInternal()