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

/frameworks/support/compat/src/main/java/androidx/core/app/
H A DNotificationCompat.java1120 public Builder setOnlyAlertOnce(boolean onlyAlertOnce) { argument
1121 setFlag(Notification.FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);
/frameworks/base/core/java/android/app/
H A DNotification.java3913 public Builder setOnlyAlertOnce(boolean onlyAlertOnce) { argument
3914 setFlag(FLAG_ONLY_ALERT_ONCE, onlyAlertOnce);

Completed in 36 milliseconds