Home
last modified time | relevance | path

Searched defs:PRIORITY_CATEGORY_CONVERSATIONS (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java188 public static final int PRIORITY_CATEGORY_CONVERSATIONS = 8; field in ZenPolicy
/frameworks/base/core/java/android/app/
DNotificationManager.java2527 public static final int PRIORITY_CATEGORY_CONVERSATIONS = 1 << 8; field in NotificationManager.Policy