Searched refs:FLAG_ONLY_ALERT_ONCE (Results 1 – 6 of 6) sorted by relevance
143 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0; in alertAgain()
560 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification632 @IntDef({FLAG_SHOW_LIGHTS, FLAG_ONGOING_EVENT, FLAG_INSISTENT, FLAG_ONLY_ALERT_ONCE,4185 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
26 import static android.app.Notification.FLAG_ONLY_ALERT_ONCE;6057 if (record.isUpdate && (notification.flags & FLAG_ONLY_ALERT_ONCE) != 0) {6080 if (record.isUpdate && (notification.flags & FLAG_ONLY_ALERT_ONCE) != 0) {
4611 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
5364 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8