Searched refs:FLAG_ONLY_ALERT_ONCE (Results 1 – 9 of 9) sorted by relevance
221 if (notification.flags and Notification.FLAG_ONLY_ALERT_ONCE != 0) { in onRankingUpdate()
21 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()
46 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;
574 (entry.sbn.notification.flags and Notification.FLAG_ONLY_ALERT_ONCE) == 0) in <lambda>()
655 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification775 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()
40 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);
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
4611 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
6493 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8