Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
DBubbleInfo.java138 return (mFlags & Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION) != 0; in isNotificationSuppressed()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DBadgeExtractorTest.java97 flags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in getNotificationRecordWithBubble()
99 flags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in getNotificationRecordWithBubble()
DNotificationAttentionHelperTest.java2017 metadata.setFlags(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in testBubbleSuppressedNotificationDoesntMakeSound()
2035 metadata.setFlags(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in testOverflowBubbleSuppressedNotificationDoesntMakeSound()
2070 metadata.setFlags(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in testNewBubbleSuppressedNotifMakesSound()
DNotificationManagerServiceTest.java10334 flags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
10372 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION);
10713 | Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION);
10744 | Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION);
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java785 mFlags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
787 mFlags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
960 return isEnabled(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in shouldSuppressNotification()
DBubbleController.java1823 flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setIsBubble()
/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
DBubblesManager.java605 int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
637 int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java954 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, true /* enableFlag */); in testSuppressNotif_onInitialNotif()
979 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, true /* enableFlag */); in testSuppressNotif_onUpdateNotif()
1773 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, /* enableFlag= */ true); in testNonInterruptiveUpdate_doesntBubbleFromOverflow()
1796 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, /* enableFlag= */ true); in testNonInterruptiveUpdate_doesntTriggerInflate()
/frameworks/base/core/java/android/app/
DNotification.java11183 public static final int FLAG_SUPPRESS_NOTIFICATION = 0x00000002; field in Notification.Builder.BubbleMetadata
11316 return (mFlags & FLAG_SUPPRESS_NOTIFICATION) != 0; in isNotificationSuppressed()
11354 mFlags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
11356 mFlags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
11657 setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif); in setSuppressNotification()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java30 import static android.app.Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
1673 if ((changedFlags & FLAG_SUPPRESS_NOTIFICATION) != 0) {
8391 flags |= FLAG_SUPPRESS_NOTIFICATION;