Searched refs:mSuppressionListener (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/ |
D | BubbleTest.java | 61 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener; field in BubbleTest 74 mBubble = new Bubble(mEntry, mSuppressionListener, null); in setUp() 151 verify(mSuppressionListener).onBubbleNotificationSuppressionChange(mBubble); in testSuppressionListener_change_notified() 160 verify(mSuppressionListener, never()).onBubbleNotificationSuppressionChange(any()); in testSuppressionListener_noChange_doesntNotify()
|
D | BubbleDataTest.java | 108 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener; field in BubbleDataTest 133 mBubbleInterruptive = new Bubble(mEntryInterruptive, mSuppressionListener, null); in setUp() 138 mBubbleDismissed = new Bubble(mEntryDismissed, mSuppressionListener, null); in setUp() 140 mBubbleA1 = new Bubble(mEntryA1, mSuppressionListener, mPendingIntentCanceledListener); in setUp() 141 mBubbleA2 = new Bubble(mEntryA2, mSuppressionListener, mPendingIntentCanceledListener); in setUp() 142 mBubbleA3 = new Bubble(mEntryA3, mSuppressionListener, mPendingIntentCanceledListener); in setUp() 143 mBubbleB1 = new Bubble(mEntryB1, mSuppressionListener, mPendingIntentCanceledListener); in setUp() 144 mBubbleB2 = new Bubble(mEntryB2, mSuppressionListener, mPendingIntentCanceledListener); in setUp() 145 mBubbleB3 = new Bubble(mEntryB3, mSuppressionListener, mPendingIntentCanceledListener); in setUp() 146 mBubbleC1 = new Bubble(mEntryC1, mSuppressionListener, mPendingIntentCanceledListener); in setUp()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | Bubble.java | 63 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener; field in Bubble 177 mSuppressionListener = listener; in Bubble() 512 if (showInShade() != prevShowInShade && mSuppressionListener != null) { in setSuppressNotification() 513 mSuppressionListener.onBubbleNotificationSuppressionChange(this); in setSuppressNotification()
|
D | BubbleData.java | 139 private BubbleController.NotificationSuppressionChangedListener mSuppressionListener; field in BubbleData 168 mSuppressionListener = listener; in setSuppressionChangedListener() 245 bubbleToReturn = new Bubble(entry, mSuppressionListener, mCancelledListener); in getOrCreateBubble()
|