Searched refs:PRIORITY_CATEGORY_SYSTEM (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/java/android/service/notification/ |
H A D | ZenPolicy.java | 57 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 D | ZenModeConfig.java | 1012 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 D | ZenPolicyTest.java | 414 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 D | ZenModeHelperTest.java | 28 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 D | NotificationManager.java | 1816 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 D | VolumeDialogControllerImpl.java | 665 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
|
/aosp14/frameworks/base/services/core/java/com/android/server/audio/ |
H A D | AudioService.java | 6737 & 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 D | NotificationManagerService.java | 5502 priorityCategories &= ~Policy.PRIORITY_CATEGORY_SYSTEM; 5509 & Policy.PRIORITY_CATEGORY_SYSTEM;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 6891 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80
|