Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleTest.java151 verify(mSuppressionListener).onBubbleNotificationSuppressionChange(mBubble); in testSuppressionListener_change_notified()
160 verify(mSuppressionListener, never()).onBubbleNotificationSuppressionChange(any()); in testSuppressionListener_noChange_doesntNotify()
DNewNotifPipelineBubbleControllerTest.java746 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_notificationDismiss()
769 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_bubbleExpanded()
DBubbleControllerTest.java901 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_notificationDismiss()
924 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_bubbleExpanded()
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java513 mSuppressionListener.onBubbleNotificationSuppressionChange(this); in setSuppressNotification()
DBubbleController.java262 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange() method
392 public void onBubbleNotificationSuppressionChange(Bubble bubble) { in BubbleController()