Searched refs:onBubbleNotificationSuppressionChanged (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationDelegate.java | 60 void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, in onBubbleNotificationSuppressionChanged() method
|
H A D | NotificationManagerService.java | 1377 public void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, 6760 mNotificationDelegate.onBubbleNotificationSuppressionChanged(
|
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBarService.aidl | 83 …void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, boolean isBubbl… in onBubbleNotificationSuppressionChanged() method
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleController.java | 274 mBubbleData.setSuppressionChangedListener(this::onBubbleNotificationSuppressionChanged); in initialize() 507 public void onBubbleNotificationSuppressionChanged(Bubble bubble) { in onBubbleNotificationSuppressionChanged() method in BubbleController 510 mBarService.onBubbleNotificationSuppressionChanged(bubble.getKey(), in onBubbleNotificationSuppressionChanged()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/ |
H A D | NewNotifPipelineBubblesTest.java | 852 verify(mBubbleController).onBubbleNotificationSuppressionChanged( in testNotifyShadeSuppressionChange_notificationDismiss() 869 verify(mBubbleController).onBubbleNotificationSuppressionChanged( in testNotifyShadeSuppressionChange_bubbleExpanded()
|
H A D | BubblesTest.java | 987 verify(mBubbleController).onBubbleNotificationSuppressionChanged( in testNotifyShadeSuppressionChange_notificationDismiss() 1004 verify(mBubbleController).onBubbleNotificationSuppressionChanged( in testNotifyShadeSuppressionChange_bubbleExpanded()
|
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerService.java | 1543 public void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, in onBubbleNotificationSuppressionChanged() method in StatusBarManagerService 1548 mNotificationDelegate.onBubbleNotificationSuppressionChanged(key, isNotifSuppressed, in onBubbleNotificationSuppressionChanged()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationManagerServiceTest.java | 6892 mService.mNotificationDelegate.onBubbleNotificationSuppressionChanged(nr.getKey(), true, in testOnBubbleNotificationSuppressionChanged() 6904 mService.mNotificationDelegate.onBubbleNotificationSuppressionChanged(nr.getKey(), false, in testOnBubbleNotificationSuppressionChanged()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26575 …droid/server/notification/NotificationManagerService$1;->onBubbleNotificationSuppressionChanged(Lj… 39186 PLcom/android/server/statusbar/StatusBarManagerService;->onBubbleNotificationSuppressionChanged(Lja…
|