Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DRankingHelperTest.java374 channel2.setBypassDnd(true); in testChannelXml()
435 channel2.setBypassDnd(true); in testChannelXmlForBackup()
795 channel.setBypassDnd(true); in testUpdate()
805 channel2.setBypassDnd(false); in testUpdate()
830 defaultChannel.setBypassDnd(true); in testUpdate_preUpgrade_updatesAppFields()
856 channel.setBypassDnd(true); in testUpdate_postUpgrade_noUpdateAppFields()
880 channel.setBypassDnd(true); in testCreateChannel_CannotChangeHiddenFields()
909 channel.setBypassDnd(true); in testCreateChannel_CannotChangeHiddenFieldsAssistant()
1014 update1.setBypassDnd(true); in testLockFields_visibilityAndDndAndBadge()
1048 channel.setBypassDnd(true); in testGetDeletedChannel()
[all …]
/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java167 channel.setBypassDnd(true); in createNotificationChannel()
/frameworks/base/core/java/android/app/
DNotificationChannel.java445 public void setBypassDnd(boolean bypassDnd) { in setBypassDnd() method in NotificationChannel
626 setBypassDnd(Notification.PRIORITY_DEFAULT in populateFromXml()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingHelper.java377 channel.setBypassDnd(r.priority == Notification.PRIORITY_MAX); in createDefaultChannelIfNeeded()
647 existing.setBypassDnd(bypassDnd); in createNotificationChannel()
664 channel.setBypassDnd(r.priority == Notification.PRIORITY_MAX); in createNotificationChannel()
/frameworks/base/config/
Dhiddenapi-public-dex.txt3868 Landroid/app/NotificationChannel;->setBypassDnd(Z)V
/frameworks/base/api/
Dcurrent.txt5639 method public void setBypassDnd(boolean);