Searched refs:onlyAlertOnce (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationCompat.java485 public Builder setOnlyAlertOnce(boolean onlyAlertOnce) { argument
486 setFlag(Notification.FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);
/frameworks/base/core/java/android/app/
H A DNotification.java1518 public Builder setOnlyAlertOnce(boolean onlyAlertOnce) { argument
1519 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);

Completed in 32 milliseconds