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

/frameworks/base/core/java/android/app/
H A DNotification.java244 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in class:Notification
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DNotificationTestList.java270 n.flags |= Notification.FLAG_ONLY_ALERT_ONCE ;
/frameworks/base/services/java/com/android/server/
H A DNotificationManagerService.java770 && (notification.flags & Notification.FLAG_ONLY_ALERT_ONCE) != 0 ))

Completed in 64 milliseconds