Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java70 public static final int PRIORITY_CATEGORY_ALARMS = 5; field in ZenPolicy
/frameworks/base/core/java/android/app/
DNotificationManager.java1418 public static final int PRIORITY_CATEGORY_ALARMS = 1 << 5; field in NotificationManager.Policy