Searched refs:FLAG_ONLY_ALERT_ONCE (Results 1 – 13 of 13) sorted by relevance
39 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in add()
40 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in add()
55 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
54 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
78 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
86 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
445 n.flags |= Notification.FLAG_ONLY_ALERT_ONCE ;
115 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in NotificationCompat1205 setFlag(Notification.FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
410 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification2423 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);
2074 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0;
2045 && (notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0 )) in buzzBeepBlinkLocked()
4701 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
4611 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8