Searched refs:PRIORITY_CATEGORY_SYSTEM (Results 1 – 10 of 10) sorted by relevance
183 PRIORITY_CATEGORY_SYSTEM,204 public static final int PRIORITY_CATEGORY_SYSTEM = 7; field in ZenPolicy513 return mPriorityCategories.get(PRIORITY_CATEGORY_SYSTEM); in getPriorityCategorySystem()872 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_SYSTEM, in allowSystem()889 case PRIORITY_CATEGORY_SYSTEM: in allowCategory()1223 case PRIORITY_CATEGORY_SYSTEM: in indexToCategory()1336 case PRIORITY_CATEGORY_SYSTEM: in getZenPolicyPriorityCategoryState()
40 import static android.service.notification.ZenPolicy.PRIORITY_CATEGORY_SYSTEM;1711 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_SYSTEM, in toNotificationPolicy()1712 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_SYSTEM, defaultPolicy))) { in toNotificationPolicy()1713 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()1821 if (manualRule.zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_SYSTEM, false)) { in toNotificationPolicy()1822 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()1927 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()1997 allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in applyNotificationPolicy()2796 boolean allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in areAllPriorityOnlyRingerSoundsMuted()2834 && !policy.isCategoryAllowed(PRIORITY_CATEGORY_SYSTEM, false) in areAllPriorityOnlyRingerSoundsMuted()
2019 public static final int PRIORITY_CATEGORY_SYSTEM = 1 << 7; field in NotificationManager.Policy2031 PRIORITY_CATEGORY_SYSTEM,2576 case PRIORITY_CATEGORY_SYSTEM: return "PRIORITY_CATEGORY_SYSTEM"; in priorityCategoryToString()2633 return (priorityCategories & PRIORITY_CATEGORY_SYSTEM) != 0; in allowSystem()
572 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem()579 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem()829 if (except != ZenPolicy.PRIORITY_CATEGORY_SYSTEM) { in assertAllPriorityCategoriesUnsetExcept()
42 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM;488 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, PRIORITY_SENDERS_ANY, in testZenOn_NotificationApplied()509 | PRIORITY_CATEGORY_SYSTEM, in testZenOn_StarredCallers_CallTypesBlocked()529 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, in testZenOn_AllCallers_CallTypesAllowed()5984 Policy appUpdatePolicy = new Policy(PRIORITY_CATEGORY_SYSTEM, 0, 0); in applyGlobalPolicyAsImplicitZenRule_ruleCustomized_doesNotUpdateRule()6022 Policy appUpdatePolicy = new Policy(PRIORITY_CATEGORY_SYSTEM, 0, 0); in applyGlobalPolicyAsImplicitZenRule_ruleCustomizedButNotZenPolicy_updatesRule()
670 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
6049 priorityCategories &= ~Policy.PRIORITY_CATEGORY_SYSTEM;6056 & Policy.PRIORITY_CATEGORY_SYSTEM;
7069 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0) { in updateZenModeAffectedStreams()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7107 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80