Searched refs:PRIORITY_CATEGORY_ALARMS (Results 1 – 15 of 15) sorted by relevance
181 PRIORITY_CATEGORY_ALARMS,200 public static final int PRIORITY_CATEGORY_ALARMS = 5; field in ZenPolicy493 return mPriorityCategories.get(PRIORITY_CATEGORY_ALARMS); in getPriorityCategoryAlarms()851 mZenPolicy.mPriorityCategories.set(PRIORITY_CATEGORY_ALARMS, in allowAlarms()883 case PRIORITY_CATEGORY_ALARMS: in allowCategory()1219 case PRIORITY_CATEGORY_ALARMS: in indexToCategory()1332 case PRIORITY_CATEGORY_ALARMS: in getZenPolicyPriorityCategoryState()
33 import static android.service.notification.ZenPolicy.PRIORITY_CATEGORY_ALARMS;1701 if (zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_ALARMS, in toNotificationPolicy()1702 isPriorityCategoryEnabled(Policy.PRIORITY_CATEGORY_ALARMS, defaultPolicy))) { in toNotificationPolicy()1703 priorityCategories |= Policy.PRIORITY_CATEGORY_ALARMS; in toNotificationPolicy()1815 if (manualRule.zenPolicy.isCategoryAllowed(ZenPolicy.PRIORITY_CATEGORY_ALARMS, false)) { in toNotificationPolicy()1816 priorityCategories |= Policy.PRIORITY_CATEGORY_ALARMS; in toNotificationPolicy()1921 priorityCategories |= Policy.PRIORITY_CATEGORY_ALARMS; in toNotificationPolicy()1995 setAllowAlarms((policy.priorityCategories & Policy.PRIORITY_CATEGORY_ALARMS) != 0); in applyNotificationPolicy()2807 boolean allowAlarms = (policy.priorityCategories & Policy.PRIORITY_CATEGORY_ALARMS) != 0; in areAllZenBehaviorSoundsMuted()2856 return !policy.isCategoryAllowed(PRIORITY_CATEGORY_ALARMS, false) in areAllZenBehaviorSoundsMuted()
86 NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS, 0, 0, 0); in setup()174 NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS, 0, 0, 0)); in testNoAlarmWarning()
67 it == NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS in <lambda>()229 priorityCategories = NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS in <lambda>()
178 .PRIORITY_CATEGORY_ALARMS) != 0; in SeekBarVolumizer()670 .PRIORITY_CATEGORY_ALARMS) != 0; in onReceive()
2015 public static final int PRIORITY_CATEGORY_ALARMS = 1 << 5; field in NotificationManager.Policy2029 PRIORITY_CATEGORY_ALARMS,2574 case PRIORITY_CATEGORY_ALARMS: return "PRIORITY_CATEGORY_ALARMS"; in priorityCategoryToString()2623 return (priorityCategories & PRIORITY_CATEGORY_ALARMS) != 0; in allowAlarms()
534 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_ALARMS); in testAllowAlarms()541 assertAllPriorityCategoriesUnsetExcept(policy, ZenPolicy.PRIORITY_CATEGORY_ALARMS); in testAllowAlarms()821 if (except != ZenPolicy.PRIORITY_CATEGORY_ALARMS) { in assertAllPriorityCategoriesUnsetExcept()
34 import static android.app.NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS;470 mZenModeHelper.mConsolidatedPolicy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS in testZenOff_NoMuteApplied()484 mZenModeHelper.mConsolidatedPolicy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS in testZenOn_NotificationApplied()487 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_NotificationApplied()505 mZenModeHelper.mConsolidatedPolicy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS in testZenOn_StarredCallers_CallTypesBlocked()508 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_StarredCallers_CallTypesBlocked()525 mZenModeHelper.mConsolidatedPolicy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS in testZenOn_AllCallers_CallTypesAllowed()528 | PRIORITY_CATEGORY_ALARMS | PRIORITY_CATEGORY_EVENTS | PRIORITY_CATEGORY_REMINDERS in testZenOn_AllCallers_CallTypesAllowed()543 mZenModeHelper.mConsolidatedPolicy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS in testZenOn_AllowAlarmsMedia_NoAlarmMediaMuteApplied()568 mZenModeHelper.mConsolidatedPolicy = new Policy(Policy.PRIORITY_CATEGORY_ALARMS in testTotalSilence()[all …]
201 priorityCategories |= Policy.PRIORITY_CATEGORY_ALARMS; in testZenPolicyToNotificationPolicy_classic()238 priorityCategories |= Policy.PRIORITY_CATEGORY_ALARMS; in testZenPolicyToNotificationPolicy()
493 & NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS) != 0; in computeAlarmWarningText()
666 .PRIORITY_CATEGORY_ALARMS) == 0; in updateZenConfig()
6047 priorityCategories &= ~Policy.PRIORITY_CATEGORY_ALARMS;6052 & Policy.PRIORITY_CATEGORY_ALARMS;
7057 & NotificationManager.Policy.PRIORITY_CATEGORY_ALARMS) == 0) { in updateZenModeAffectedStreams()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
7099 field public static final int PRIORITY_CATEGORY_ALARMS = 32; // 0x20