Searched refs:isNotifSuppressed (Results 1 – 4 of 4) 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() argument
|
H A D | NotificationManagerService.java | 1377 public void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, 1389 if (data.isNotificationSuppressed() != isNotifSuppressed) { 1391 data.setSuppressNotification(isNotifSuppressed);
|
/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() argument
|
/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() argument 1548 mNotificationDelegate.onBubbleNotificationSuppressionChanged(key, isNotifSuppressed, in onBubbleNotificationSuppressionChanged()
|