Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_REPEAT_CALLERS (Results 1 – 5 of 5) 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.java1397 public static final int PRIORITY_CATEGORY_REPEAT_CALLERS = 1 << 4; field in NotificationManager.Policy
1416 PRIORITY_CATEGORY_REPEAT_CALLERS,
1848 case PRIORITY_CATEGORY_REPEAT_CALLERS: return "PRIORITY_CATEGORY_REPEAT_CALLERS"; in priorityCategoryToString()
1894 return (priorityCategories & PRIORITY_CATEGORY_REPEAT_CALLERS) != 0; in allowRepeatCallers()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...