Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DBadgeExtractor.java66 if (metadata != null && metadata.isNotificationSuppressed()) { in process()
DNotificationAttentionHelper.java624 if (record.getNotification().getBubbleMetadata().isNotificationSuppressed()) { in shouldMuteNotificationLocked()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleInfo.java137 public boolean isNotificationSuppressed() { in isNotificationSuppressed() method in BubbleInfo
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DFullScreenIntentDecisionProvider.kt158 if (bubbleMetadata != null && bubbleMetadata.isNotificationSuppressed) { in makeDecisionWithoutDnd()
DNotificationInterruptStateProviderImpl.java304 if (bubbleMetadata != null && bubbleMetadata.isNotificationSuppressed()) { in getFullScreenIntentDecision()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java9617 assertTrue(notifs[0].getNotification().getBubbleMetadata().isNotificationSuppressed()); in testCancelNotificationsFromListener_suppressesBubble()
10323 assertFalse(n.getBubbleMetadata().isNotificationSuppressed());
10760 assertTrue(notif.getBubbleMetadata().isNotificationSuppressed());
/frameworks/base/core/java/android/app/
DNotification.java11315 public boolean isNotificationSuppressed() { in isNotificationSuppressed() method in Notification.Builder.BubbleMetadata
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt6642 method public boolean isNotificationSuppressed();