Home
last modified time | relevance | path

Searched refs:isNotificationSuppressed (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DBadgeExtractor.java66 if (metadata != null && metadata.isNotificationSuppressed()) { in process()
H A DNotificationManagerService.java1389 if (data.isNotificationSuppressed() != isNotifSuppressed) {
7546 if (record.getNotification().getBubbleMetadata().isNotificationSuppressed()) {
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java6577 assertTrue(notifs[0].getNotification().getBubbleMetadata().isNotificationSuppressed()); in testCancelNotificationsFromListener_suppressesBubble()
6886 assertFalse(n.getBubbleMetadata().isNotificationSuppressed()); in testOnBubbleNotificationSuppressionChanged()
6898 assertTrue(n.getBubbleMetadata().isNotificationSuppressed()); in testOnBubbleNotificationSuppressionChanged()
6910 assertFalse(n.getBubbleMetadata().isNotificationSuppressed()); in testOnBubbleNotificationSuppressionChanged()
7255 assertTrue(notif.getBubbleMetadata().isNotificationSuppressed()); in testNotificationBubbles_flagAutoExpandForeground_succeeds_foreground()
/aosp12/frameworks/base/core/java/android/app/
H A DNotification.java10063 public boolean isNotificationSuppressed() { in isNotificationSuppressed() method in Notification.Builder.BubbleMetadata
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt5887 method public boolean isNotificationSuppressed();