Searched refs:onBubbleNotificationSuppressionChange (Results 1 – 5 of 5) sorted by relevance
151 verify(mSuppressionListener).onBubbleNotificationSuppressionChange(mBubble); in testSuppressionListener_change_notified()160 verify(mSuppressionListener, never()).onBubbleNotificationSuppressionChange(any()); in testSuppressionListener_noChange_doesntNotify()
746 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_notificationDismiss()769 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_bubbleExpanded()
901 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_notificationDismiss()924 verify(listener).onBubbleNotificationSuppressionChange( in testNotifyShadeSuppressionChange_bubbleExpanded()
513 mSuppressionListener.onBubbleNotificationSuppressionChange(this); in setSuppressNotification()
262 void onBubbleNotificationSuppressionChange(Bubble bubble); in onBubbleNotificationSuppressionChange() method392 public void onBubbleNotificationSuppressionChange(Bubble bubble) { in BubbleController()