Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotificationManager.java2731 public boolean hasPriorityChannels() { in hasPriorityChannels() method in NotificationManager.Policy
2737 public static int policyState(boolean hasPriorityChannels, boolean allowPriorityChannels) { in policyState() argument
2739 if (hasPriorityChannels) { in policyState()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java1774 state = Policy.policyState(defaultPolicy.hasPriorityChannels(), in toNotificationPolicy()
2793 areChannelsBypassingDnd = policy.hasPriorityChannels() in areAllPriorityOnlyRingerSoundsMuted()