Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java604 public void setBypassDnd(boolean bypassDnd) { in setBypassDnd() argument
605 this.mBypassDnd = bypassDnd; in setBypassDnd()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java894 boolean bypassDnd = channel.canBypassDnd(); in createNotificationChannel()
895 if (bypassDnd != existing.canBypassDnd() || wasUndeleted) { in createNotificationChannel()
896 existing.setBypassDnd(bypassDnd); in createNotificationChannel()
899 if (bypassDnd != mAreChannelsBypassingDnd in createNotificationChannel()