Home
last modified time | relevance | path

Searched refs:FLAG_SUPPRESS_NOTIFICATION (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/bubbles/
DBubbleControllerTest.java476 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, false /* enableFlag */); in testSuppressNotif_FailsNotForeground()
491 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, true /* enableFlag */); in testSuppressNotif_SucceedsForeground()
/frameworks/base/core/java/android/app/
DNotification.java8581 public static final int FLAG_SUPPRESS_NOTIFICATION = 0x00000002; field in Notification.Builder.BubbleMetadata
8662 return (mFlags & FLAG_SUPPRESS_NOTIFICATION) != 0; in isNotificationSuppressed()
8859 setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif); in setSuppressNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java4961 flags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;