Searched refs:FLAG_ONLY_ALERT_ONCE (Results 1 - 5 of 5) sorted by relevance

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompatBuilder.java77 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0)
H A DNotificationCompat.java146 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in class:NotificationCompat
1121 setFlag(Notification.FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationEntryManager.java836 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0;
/frameworks/base/core/java/android/app/
H A DNotification.java546 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in class:Notification
3911 * @see Notification#FLAG_ONLY_ALERT_ONCE
3914 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java4851 && (notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) {

Completed in 105 milliseconds