Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java162 || (newNotification.flags & Notification.FLAG_ONLY_ALERT_ONCE) == 0; in alertAgain()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java26 import static android.app.Notification.FLAG_ONLY_ALERT_ONCE;
5807 if (record.isUpdate && (notification.flags & FLAG_ONLY_ALERT_ONCE) != 0) {
5826 if (record.isUpdate && (notification.flags & FLAG_ONLY_ALERT_ONCE) != 0) {
/frameworks/base/core/java/android/app/
DNotification.java560 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in Notification
4182 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...