Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DConversationNotifications.kt221 if (notification.flags and Notification.FLAG_ONLY_ALERT_ONCE != 0) { in onRankingUpdate()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java21 import static android.app.Notification.FLAG_ONLY_ALERT_ONCE;
579 if (record.isUpdate && (notification.flags & FLAG_ONLY_ALERT_ONCE) != 0) { in shouldMuteNotificationLocked()
917 if (record.isUpdate && (notification.flags & FLAG_ONLY_ALERT_ONCE) != 0) { in canShowLightsLocked()
DNotificationManagerService.java46 import static android.app.Notification.FLAG_ONLY_ALERT_ONCE;
1645 r.getNotification().flags |= FLAG_ONLY_ALERT_ONCE;
1679 r.getNotification().flags |= FLAG_ONLY_ALERT_ONCE;
7240 r.getNotification().flags |= FLAG_ONLY_ALERT_ONCE;
7924 r.getNotification().flags |= FLAG_ONLY_ALERT_ONCE;
11373 record.getNotification().flags |= FLAG_ONLY_ALERT_ONCE;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
DHeadsUpCoordinator.kt574 (entry.sbn.notification.flags and Notification.FLAG_ONLY_ALERT_ONCE) == 0) in <lambda>()
/frameworks/base/core/java/android/app/
DNotification.java655 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification
775 FLAG_ONLY_ALERT_ONCE,
3928 if ((flags & FLAG_ONLY_ALERT_ONCE) != 0) { in flagsToString()
3930 flags &= ~FLAG_ONLY_ALERT_ONCE; in flagsToString()
5253 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationManagerServiceTest.java40 import static android.app.Notification.FLAG_ONLY_ALERT_ONCE;
6084 & FLAG_ONLY_ALERT_ONCE).isEqualTo(FLAG_ONLY_ALERT_ONCE); in testStats_DirectReplyLifetimeExtendedPostsUpdate()
8812 & FLAG_ONLY_ALERT_ONCE).isEqualTo(FLAG_ONLY_ALERT_ONCE); in testStats_SmartReplyAlreadyLifetimeExtendedPostsUpdate()
13259 assertThat(record.getNotification().flags & FLAG_ONLY_ALERT_ONCE).isNotEqualTo(0);
13296 assertThat(record.getNotification().flags & FLAG_ONLY_ALERT_ONCE).isNotEqualTo(0);
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4611 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
/frameworks/base/core/api/
Dcurrent.txt6493 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8