Home
last modified time | relevance | path

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

/frameworks/support/compat/java/android/support/v4/app/
DNotificationCompat.java1430 public Builder setOnlyAlertOnce(boolean onlyAlertOnce) { in setOnlyAlertOnce() argument
1431 setFlag(Notification.FLAG_ONLY_ALERT_ONCE, onlyAlertOnce); in setOnlyAlertOnce()