Home
last modified time | relevance | path

Searched defs:hasPriorityChannels (Results 1 – 1 of 1) 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()