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

/frameworks/base/core/java/android/app/
H A DNotification.java320 public static final int FLAG_ONLY_ALERT_ONCE = 0x00000008; field in class:Notification
1391 * @see Notification#FLAG_ONLY_ALERT_ONCE
1394 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);

Completed in 2382 milliseconds