Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationChannel.java731 public void setBypassDnd(boolean bypassDnd) { in setBypassDnd() argument
732 this.mBypassDnd = bypassDnd; in setBypassDnd()
/frameworks/base/services/core/java/com/android/server/notification/
DPreferencesHelper.java1029 boolean bypassDnd = channel.canBypassDnd(); in createNotificationChannel()
1030 if (bypassDnd != existing.canBypassDnd() || wasUndeleted) { in createNotificationChannel()
1031 existing.setBypassDnd(bypassDnd); in createNotificationChannel()
1034 if (bypassDnd != mCurrentUserHasChannelsBypassingDnd in createNotificationChannel()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...