Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/bubbles/
H A DBubbleInfo.java129 return (mFlags & Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION) != 0; in isNotificationSuppressed()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DBadgeExtractorTest.java97 flags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in getNotificationRecordWithBubble()
99 flags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in getNotificationRecordWithBubble()
H A DBuzzBeepBlinkTest.java1809 metadata.setFlags(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in testBubbleSuppressedNotificationDoesntMakeSound()
1827 metadata.setFlags(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in testOverflowBubbleSuppressedNotificationDoesntMakeSound()
1862 metadata.setFlags(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in testNewBubbleSuppressedNotifMakesSound()
H A DNotificationManagerServiceTest.java9124 flags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
9166 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION);
9466 | Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION);
9497 | Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION);
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java738 mFlags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
740 mFlags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
914 return isEnabled(Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION); in shouldSuppressNotification()
H A DBubbleController.java1585 flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setIsBubble()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DBubblesManager.java545 int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
577 int flags = Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java838 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, true /* enableFlag */); in testSuppressNotif_onInitialNotif()
863 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, true /* enableFlag */); in testSuppressNotif_onUpdateNotif()
1627 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, /* enableFlag= */ true); in testNonInterruptiveUpdate_doesntBubbleFromOverflow()
1650 Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION, /* enableFlag= */ true); in testNonInterruptiveUpdate_doesntTriggerInflate()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java10245 public static final int FLAG_SUPPRESS_NOTIFICATION = 0x00000002; field in Notification.Builder.BubbleMetadata
10398 return (mFlags & FLAG_SUPPRESS_NOTIFICATION) != 0; in isNotificationSuppressed()
10436 mFlags |= Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
10438 mFlags &= ~Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION; in setSuppressNotification()
10781 setFlag(FLAG_SUPPRESS_NOTIFICATION, shouldSuppressNotif); in setSuppressNotification()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java22 import static android.app.Notification.BubbleMetadata.FLAG_SUPPRESS_NOTIFICATION;
1484 if ((changedFlags & FLAG_SUPPRESS_NOTIFICATION) != 0) {
7674 flags |= FLAG_SUPPRESS_NOTIFICATION;