Searched refs:ZEN_MODE_ALARMS (Results 1 – 19 of 19) sorted by relevance
20 import static android.provider.Settings.Global.ZEN_MODE_ALARMS;160 assertFalse(mZenModeFiltering.shouldIntercept(ZEN_MODE_ALARMS, policy, r)); in testSuppressDNDInfo_no()
167 rule.zenMode = Settings.Global.ZEN_MODE_ALARMS; in testRuleXml()
283 mZenModeHelperSpy.mZenMode = Settings.Global.ZEN_MODE_ALARMS; in testAlarmsOnly_alarmMediaMuteNotApplied()306 mZenModeHelperSpy.mZenMode = Settings.Global.ZEN_MODE_ALARMS; in testAlarmsOnly_callsMuteApplied()320 mZenModeHelperSpy.mZenMode = Settings.Global.ZEN_MODE_ALARMS; in testAlarmsOnly_allZenConfigToggledCannotBypass_alarmMuteNotApplied()369 mZenModeHelperSpy.mZenMode = Global.ZEN_MODE_ALARMS; in testApplyRestrictions_whitelist_alarmsOnlyMode()
92 if (zen == Global.ZEN_MODE_ALARMS) return false; // not an alarm in matchesCallFilter()138 case Global.ZEN_MODE_ALARMS: in shouldIntercept()
949 } else if (rule.zenMode == Global.ZEN_MODE_ALARMS) { in applyCustomPolicy()998 final boolean zenAlarmsOnly = mZenMode == Global.ZEN_MODE_ALARMS; in applyRestrictions()1077 case Global.ZEN_MODE_ALARMS: in applyZenToRingerMode()1141 case Global.ZEN_MODE_ALARMS: return 2; in zenSeverity()1182 || mZenMode == Global.ZEN_MODE_ALARMS in onSetRingerModeInternal()
200 case Global.ZEN_MODE_ALARMS: return "alarms"; in zenModeToString()
94 Global.ZEN_MODE_ALARMS); in onClick()
19 import static android.provider.Settings.Global.ZEN_MODE_ALARMS;252 case ZEN_MODE_ALARMS: in handleUpdateState()
176 Global.ZEN_MODE_ALARMS); in createZenButtons()282 case Global.ZEN_MODE_ALARMS: in prefKeyForConfirmation()460 final boolean zenAlarm = zen == Global.ZEN_MODE_ALARMS; in updateWidgets()758 case Global.ZEN_MODE_ALARMS: in announceConditionSelection()
248 case Global.ZEN_MODE_ALARMS: return "alarms"; in zenModeToString()
827 boolean isZenMuted = mState.zenMode == Global.ZEN_MODE_ALARMS in updateRingerH()991 final boolean isZenAlarms = mState.zenMode == Global.ZEN_MODE_ALARMS; in updateVolumeRowH()
183 mProvider.onZenChanged(Settings.Global.ZEN_MODE_ALARMS); in onZenChanged_updatesSlice()
150 ZEN_MODE_ALARMS = 3; enumerator
2071 case Global.ZEN_MODE_ALARMS: return INTERRUPTION_FILTER_ALARMS; in zenModeToInterruptionFilter()2082 case INTERRUPTION_FILTER_ALARMS: return Global.ZEN_MODE_ALARMS; in zenModeFromInterruptionFilter()
249 return mNotificationOrRing && mZenMode == Global.ZEN_MODE_ALARMS in isZenMuted()
13294 public static final int ZEN_MODE_ALARMS = 3; field in Settings.Global13298 if (mode == ZEN_MODE_ALARMS) return "ZEN_MODE_ALARMS"; in zenModeToString()13307 case Global.ZEN_MODE_ALARMS: in isValidZenMode()
1944 || zen == Global.ZEN_MODE_ALARMS in isZenOverridingRinger()
2488 case Settings.Global.ZEN_MODE_ALARMS: in volumeAdjustmentAllowedByDnd()
63709 Landroid/service/notification/NotificationServiceProto;->ZEN_MODE_ALARMS:I