Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java143 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0; in alertAgain()
/frameworks/base/core/java/android/app/
DNotification.java560 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification
632 @IntDef({FLAG_SHOW_LIGHTS, FLAG_ONGOING_EVENT, FLAG_INSISTENT, FLAG_ONLY_ALERT_ONCE,
4185 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java26 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) {
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4611 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
/frameworks/base/non-updatable-api/
Dcurrent.txt5364 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt5364 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8