Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java468 public void setBypassDnd(boolean bypassDnd) { in setBypassDnd() argument
469 this.mBypassDnd = bypassDnd; in setBypassDnd()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java677 boolean bypassDnd = channel.canBypassDnd(); in createNotificationChannel()
678 if (bypassDnd != existing.canBypassDnd()) { in createNotificationChannel()
679 existing.setBypassDnd(bypassDnd); in createNotificationChannel()
682 if (bypassDnd != mAreChannelsBypassingDnd in createNotificationChannel()