Searched refs:applyRestrictions (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeHelper.java | 309 applyRestrictions(); in setSuppressedEffects() 1071 applyRestrictions(); in updateRingerAndAudio() 1150 protected void applyRestrictions() { in applyRestrictions() method in ZenModeHelper 1182 applyRestrictions(zenPriorityOnly, false /*mute*/, usage); in applyRestrictions() 1186 applyRestrictions(zenPriorityOnly, muteCalls || muteEverything, usage); in applyRestrictions() 1188 applyRestrictions(zenPriorityOnly, muteAlarms || muteEverything, usage); in applyRestrictions() 1190 applyRestrictions(zenPriorityOnly, muteMedia || muteEverything, usage); in applyRestrictions() 1201 applyRestrictions(zenPriorityOnly, muteEverything, usage); in applyRestrictions() 1220 protected void applyRestrictions(boolean zenPriorityOnly, boolean mute, int usage) { in applyRestrictions() method in ZenModeHelper 1221 applyRestrictions(zenPriorityOnly, mute, usage, AppOpsManager.OP_VIBRATE); in applyRestrictions() [all …]
|
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | ZenModeHelperTest.java | 313 mZenModeHelper.applyRestrictions(); in testZenOff_NoMuteApplied() 331 mZenModeHelper.applyRestrictions(); in testZenOn_NotificationApplied() 353 mZenModeHelper.applyRestrictions(); in testZenOn_StarredCallers_CallTypesBlocked() 373 mZenModeHelper.applyRestrictions(); in testZenOn_AllCallers_CallTypesAllowed() 387 mZenModeHelper.applyRestrictions(); in testZenOn_AllowAlarmsMedia_NoAlarmMediaMuteApplied() 397 mZenModeHelper.applyRestrictions(); in testZenOn_DisallowAlarmsMedia_AlarmMediaMuteApplied() 411 mZenModeHelper.applyRestrictions(); in testTotalSilence() 429 mZenModeHelper.applyRestrictions(); in testAlarmsOnly_alarmMediaMuteNotApplied() 449 mZenModeHelper.applyRestrictions(); in testAlarmsOnly_callsMuteApplied() 463 mZenModeHelper.applyRestrictions(); in testAlarmsOnly_allZenConfigToggledCannotBypass_alarmMuteNotApplied() [all …]
|