Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/notification/
H A DZenPolicy.java57 PRIORITY_CATEGORY_SYSTEM,
78 public static final int PRIORITY_CATEGORY_SYSTEM = 7; field in ZenPolicy
339 return mPriorityCategories.get(PRIORITY_CATEGORY_SYSTEM); in getPriorityCategorySystem()
664 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_SYSTEM, in allowSystem()
681 case PRIORITY_CATEGORY_SYSTEM: in allowCategory()
925 case PRIORITY_CATEGORY_SYSTEM: in indexToCategory()
1014 case PRIORITY_CATEGORY_SYSTEM: in getZenPolicyPriorityCategoryState()
H A DZenModeConfig.java1012 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_SYSTEM, in toNotificationPolicy()
1013 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_SYSTEM, defaultPolicy))) { in toNotificationPolicy()
1014 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()
1156 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()
1226 allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in applyNotificationPolicy()
1920 boolean allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in areAllPriorityOnlyRingerSoundsMuted()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenPolicyTest.java414 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem()
421 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem()
621 if (except != ZenPolicy.PRIORITY_CATEGORY_SYSTEM) { in assertAllPriorityCategoriesUnsetExcept()
H A DZenModeHelperTest.java28 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM;
329 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, PRIORITY_SENDERS_ANY, in testZenOn_NotificationApplied()
350 | PRIORITY_CATEGORY_SYSTEM, in testZenOn_StarredCallers_CallTypesBlocked()
370 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, in testZenOn_AllCallers_CallTypesAllowed()
/aosp14/frameworks/base/core/java/android/app/
H A DNotificationManager.java1816 public static final int PRIORITY_CATEGORY_SYSTEM = 1 << 7; field in NotificationManager.Policy
1828 PRIORITY_CATEGORY_SYSTEM,
2348 case PRIORITY_CATEGORY_SYSTEM: return "PRIORITY_CATEGORY_SYSTEM"; in priorityCategoryToString()
2405 return (priorityCategories & PRIORITY_CATEGORY_SYSTEM) != 0; in allowSystem()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DVolumeDialogControllerImpl.java665 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java6737 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0; in shouldZenMuteStream()
6786 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0) { in updateZenModeAffectedStreams()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java5502 priorityCategories &= ~Policy.PRIORITY_CATEGORY_SYSTEM;
5509 & Policy.PRIORITY_CATEGORY_SYSTEM;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt6891 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80