Searched refs:PRIORITY_CATEGORY_SYSTEM (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/service/notification/ |
D | ZenPolicy.java | 56 PRIORITY_CATEGORY_SYSTEM, 77 public static final int PRIORITY_CATEGORY_SYSTEM = 7; field in ZenPolicy 326 return mPriorityCategories.get(PRIORITY_CATEGORY_SYSTEM); in getPriorityCategorySystem() 651 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_SYSTEM, in allowSystem() 668 case PRIORITY_CATEGORY_SYSTEM: in allowCategory() 899 case PRIORITY_CATEGORY_SYSTEM: in indexToCategory() 988 case PRIORITY_CATEGORY_SYSTEM: in getZenPolicyPriorityCategoryState()
|
D | ZenModeConfig.java | 1064 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_SYSTEM, in toNotificationPolicy() 1065 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_SYSTEM, defaultPolicy))) { in toNotificationPolicy() 1066 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy() 1197 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy() 1266 allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in applyNotificationPolicy() 2032 boolean allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in areAllPriorityOnlyRingerSoundsMuted()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenPolicyTest.java | 409 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem() 416 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem() 556 if (except != ZenPolicy.PRIORITY_CATEGORY_SYSTEM) { in assertAllPriorityCategoriesUnsetExcept()
|
D | ZenModeHelperTest.java | 28 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM; 275 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, PRIORITY_SENDERS_ANY, in testZenOn_NotificationApplied() 298 | PRIORITY_CATEGORY_SYSTEM, in testZenOn_StarredCallers_CallTypesBlocked() 318 | PRIORITY_CATEGORY_REPEAT_CALLERS | PRIORITY_CATEGORY_SYSTEM, in testZenOn_AllCallers_CallTypesAllowed()
|
/frameworks/base/core/java/android/app/ |
D | NotificationManager.java | 1571 public static final int PRIORITY_CATEGORY_SYSTEM = 1 << 7; field in NotificationManager.Policy 1583 PRIORITY_CATEGORY_SYSTEM, 2100 case PRIORITY_CATEGORY_SYSTEM: return "PRIORITY_CATEGORY_SYSTEM"; in priorityCategoryToString() 2157 return (priorityCategories & PRIORITY_CATEGORY_SYSTEM) != 0; in allowSystem()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/ |
D | VolumeDialogControllerImpl.java | 639 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
|
/frameworks/base/services/core/java/com/android/server/audio/ |
D | AudioService.java | 4511 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0; in shouldZenMuteStream() 4560 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0) { in updateZenModeAffectedStreams()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationManagerService.java | 4676 priorityCategories &= ~Policy.PRIORITY_CATEGORY_SYSTEM; 4683 & Policy.PRIORITY_CATEGORY_SYSTEM;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/base/api/ |
D | current.txt | 6083 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80
|