Home
last modified time | relevance | path

Searched refs:onBubbleNotificationSuppressionChanged (Results 1 – 9 of 9) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationDelegate.java60 void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, in onBubbleNotificationSuppressionChanged() method
H A DNotificationManagerService.java1377 public void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed,
6760 mNotificationDelegate.onBubbleNotificationSuppressionChanged(
/aosp12/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBarService.aidl83 …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 DBubbleController.java274 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 DNewNotifPipelineBubblesTest.java852 verify(mBubbleController).onBubbleNotificationSuppressionChanged( in testNotifyShadeSuppressionChange_notificationDismiss()
869 verify(mBubbleController).onBubbleNotificationSuppressionChanged( in testNotifyShadeSuppressionChange_bubbleExpanded()
H A DBubblesTest.java987 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 DStatusBarManagerService.java1543 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 DNotificationManagerServiceTest.java6892 mService.mNotificationDelegate.onBubbleNotificationSuppressionChanged(nr.getKey(), true, in testOnBubbleNotificationSuppressionChanged()
6904 mService.mNotificationDelegate.onBubbleNotificationSuppressionChanged(nr.getKey(), false, in testOnBubbleNotificationSuppressionChanged()
/aosp12/frameworks/base/services/
H A Dart-profile26575 …droid/server/notification/NotificationManagerService$1;->onBubbleNotificationSuppressionChanged(Lj…
39186 PLcom/android/server/statusbar/StatusBarManagerService;->onBubbleNotificationSuppressionChanged(Lja…