Home
last modified time | relevance | path

Searched refs:PRIORITY_CATEGORY_SYSTEM (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java183 PRIORITY_CATEGORY_SYSTEM,
204 public static final int PRIORITY_CATEGORY_SYSTEM = 7; field in ZenPolicy
513 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()
DZenModeConfig.java40 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()
/frameworks/base/core/java/android/app/
DNotificationManager.java2019 public static final int PRIORITY_CATEGORY_SYSTEM = 1 << 7; field in NotificationManager.Policy
2031 PRIORITY_CATEGORY_SYSTEM,
2576 case PRIORITY_CATEGORY_SYSTEM: return "PRIORITY_CATEGORY_SYSTEM"; in priorityCategoryToString()
2633 return (priorityCategories & PRIORITY_CATEGORY_SYSTEM) != 0; in allowSystem()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java572 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()
DZenModeHelperTest.java42 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()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java670 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java6049 priorityCategories &= ~Policy.PRIORITY_CATEGORY_SYSTEM;
6056 & Policy.PRIORITY_CATEGORY_SYSTEM;
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java7069 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0) { in updateZenModeAffectedStreams()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7107 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80