Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java51 PRIORITY_CATEGORY_REPEAT_CALLERS,
68 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 4; field in ZenPolicy
239 return mPriorityCategories.get(PRIORITY_CATEGORY_REPEAT_CALLERS); in getPriorityCategoryRepeatCallers()
535 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_REPEAT_CALLERS, in allowRepeatCallers()
594 case PRIORITY_CATEGORY_REPEAT_CALLERS: in allowCategory()
806 case PRIORITY_CATEGORY_REPEAT_CALLERS: in indexToCategory()
874 case PRIORITY_CATEGORY_REPEAT_CALLERS: in getZenPolicyPriorityCategoryState()
DZenModeConfig.java972 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS, in toNotificationPolicy()
973 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_REPEAT_CALLERS, in toNotificationPolicy()
975 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
1109 priorityCategories |= Policy.PRIORITY_CATEGORY_REPEAT_CALLERS; in toNotificationPolicy()
1169 allowRepeatCallers = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) in applyNotificationPolicy()
1921 & NotificationManager.Policy.PRIORITY_CATEGORY_REPEAT_CALLERS) != 0; in areAllPriorityOnlyNotificationZenSoundsMuted()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java331 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS); in testAllowRepeatCallers()
337 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS); in testAllowRepeatCallers()
410 if (except != ZenPolicy.PRIORITY_CATEGORY_REPEAT_CALLERS) { in assertAllPriorityCategoriesUnsetExcept()
/frameworks/base/core/java/android/app/
DNotificationManager.java1416 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 1 << 4; field in NotificationManager.Policy
1435 PRIORITY_CATEGORY_REPEAT_CALLERS,
1867 case PRIORITY_CATEGORY_REPEAT_CALLERS: return "PRIORITY_CATEGORY_REPEAT_CALLERS"; in priorityCategoryToString()
1913 return (priorityCategories & PRIORITY_CATEGORY_REPEAT_CALLERS) != 0; in allowRepeatCallers()
/frameworks/base/non-updatable-api/
Dcurrent.txt5886 field public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 16; // 0x10
/frameworks/base/api/
Dcurrent.txt5886 field public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 16; // 0x10