Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_REPEAT_CALLERS (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DNotificationManager.java537 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 1 << 4; field in NotificationManager.Policy
544 PRIORITY_CATEGORY_REPEAT_CALLERS,
636 case PRIORITY_CATEGORY_REPEAT_CALLERS: return "PRIORITY_CATEGORY_REPEAT_CALLERS"; in priorityCategoryToString()
/frameworks/base/core/java/android/service/notification/
DZenModeConfig.java609 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
640 allowRepeatCallers = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) in applyNotificationPolicy()
/frameworks/base/api/
Dcurrent.txt5060 field public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 16; // 0x10
Dsystem-current.txt5177 field public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 16; // 0x10