Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleTest.java61 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener;
DNewNotifPipelineBubbleControllerTest.java729 BubbleController.NotificationSuppressionChangedListener listener = in testNotifyShadeSuppressionChange_notificationDismiss()
730 mock(BubbleController.NotificationSuppressionChangedListener.class); in testNotifyShadeSuppressionChange_notificationDismiss()
752 BubbleController.NotificationSuppressionChangedListener listener = in testNotifyShadeSuppressionChange_bubbleExpanded()
753 mock(BubbleController.NotificationSuppressionChangedListener.class); in testNotifyShadeSuppressionChange_bubbleExpanded()
DBubbleControllerTest.java883 BubbleController.NotificationSuppressionChangedListener listener = in testNotifyShadeSuppressionChange_notificationDismiss()
884 mock(BubbleController.NotificationSuppressionChangedListener.class); in testNotifyShadeSuppressionChange_notificationDismiss()
907 BubbleController.NotificationSuppressionChangedListener listener = in testNotifyShadeSuppressionChange_bubbleExpanded()
908 mock(BubbleController.NotificationSuppressionChangedListener.class); in testNotifyShadeSuppressionChange_bubbleExpanded()
DBubbleDataTest.java108 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener;
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubble.java63 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener;
173 @Nullable final BubbleController.NotificationSuppressionChangedListener listener, in Bubble()
DBubbleData.java139 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener;
167 BubbleController.NotificationSuppressionChangedListener listener) { in setSuppressionChangedListener()
DBubbleController.java258 public interface NotificationSuppressionChangedListener { interface in BubbleController
390 mBubbleData.setSuppressionChangedListener(new NotificationSuppressionChangedListener() { in BubbleController()