Home
last modified time | relevance | path

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

/frameworks/support/compat/honeycomb/android/support/v4/app/
DNotificationCompatHoneycomb.java39 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in add()
/frameworks/support/compat/ics/android/support/v4/app/
DNotificationCompatIceCreamSandwich.java44 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
/frameworks/support/compat/kitkat/android/support/v4/app/
DNotificationCompatKitKat.java57 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
/frameworks/support/compat/api24/android/support/v4/app/
DNotificationCompatApi24.java72 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
/frameworks/support/compat/api20/android/support/v4/app/
DNotificationCompatApi20.java56 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
/frameworks/support/compat/api21/android/support/v4/app/
DNotificationCompatApi21.java83 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
/frameworks/support/compat/jellybean/android/support/v4/app/
DNotificationCompatJellybean.java91 .setOnlyAlertOnce((n.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0) in Builder()
/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java122 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in NotificationCompat
1380 setFlag(Notification.FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
/frameworks/base/core/java/android/app/
DNotification.java467 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification
2885 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DBaseStatusBar.java2535 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0;
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java2877 && (notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0)) { in buzzBeepBlinkLocked()
/frameworks/support/api/
Dcurrent.txt4217 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt4611 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
/frameworks/base/api/
Dcurrent.txt4969 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
Dsystem-current.txt5126 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8
Dtest-current.txt4972 field public static final int FLAG_ONLY_ALERT_ONCE = 8; // 0x8