Home
last modified time | relevance | path

Searched refs:isNotifSuppressed (Results 1 – 4 of 4) 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() argument
H A DNotificationManagerService.java1377 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 DIStatusBarService.aidl83 …void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, boolean isBubbl… in onBubbleNotificationSuppressionChanged() argument
/aosp12/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java1543 public void onBubbleNotificationSuppressionChanged(String key, boolean isNotifSuppressed, in onBubbleNotificationSuppressionChanged() argument
1548 mNotificationDelegate.onBubbleNotificationSuppressionChanged(key, isNotifSuppressed, in onBubbleNotificationSuppressionChanged()