Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java445 public void setBypassDnd(boolean bypassDnd) { in setBypassDnd() argument
446 this.mBypassDnd = bypassDnd; in setBypassDnd()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java646 boolean bypassDnd = channel.canBypassDnd(); in createNotificationChannel()
647 existing.setBypassDnd(bypassDnd); in createNotificationChannel()
649 if (bypassDnd != mAreChannelsBypassingDnd) { in createNotificationChannel()