Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/notification/
DZenPolicy.java54 PRIORITY_CATEGORY_SYSTEM,
74 public static final int PRIORITY_CATEGORY_SYSTEM = 7; field in ZenPolicy
271 return mPriorityCategories.get(PRIORITY_CATEGORY_SYSTEM); in getPriorityCategorySystem()
568 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_SYSTEM, in allowSystem()
585 case PRIORITY_CATEGORY_SYSTEM: in allowCategory()
812 case PRIORITY_CATEGORY_SYSTEM: in indexToCategory()
880 case PRIORITY_CATEGORY_SYSTEM: in getZenPolicyPriorityCategoryState()
DZenModeConfig.java988 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_SYSTEM, in toNotificationPolicy()
989 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_SYSTEM, defaultPolicy))) { in toNotificationPolicy()
990 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()
1118 priorityCategories |= Policy.PRIORITY_CATEGORY_SYSTEM; in toNotificationPolicy()
1164 allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in applyNotificationPolicy()
1934 boolean allowSystem = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_SYSTEM) != 0; in areAllZenBehaviorSoundsMuted()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenPolicyTest.java382 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem()
388 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_SYSTEM); in testAllowSystem()
422 if (except != ZenPolicy.PRIORITY_CATEGORY_SYSTEM) { in assertAllPriorityCategoriesUnsetExcept()
/frameworks/base/core/java/android/app/
DNotificationManager.java1403 public static final int PRIORITY_CATEGORY_SYSTEM = 1 << 7; field in NotificationManager.Policy
1411 PRIORITY_CATEGORY_SYSTEM,
1851 case PRIORITY_CATEGORY_SYSTEM: return "PRIORITY_CATEGORY_SYSTEM"; in priorityCategoryToString()
1889 return (priorityCategories & PRIORITY_CATEGORY_SYSTEM) != 0; in allowSystem()
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java616 .PRIORITY_CATEGORY_SYSTEM) == 0; in updateZenConfig()
/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java4009 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0; in shouldZenMuteStream()
4046 & NotificationManager.Policy.PRIORITY_CATEGORY_SYSTEM) == 0) { in updateZenModeAffectedStreams()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationManagerService.java3824 priorityCategories &= ~Policy.PRIORITY_CATEGORY_SYSTEM;
3831 & Policy.PRIORITY_CATEGORY_SYSTEM;
/frameworks/base/api/
Dcurrent.txt5884 field public static final int PRIORITY_CATEGORY_SYSTEM = 128; // 0x80