Searched refs:applyRestrictions (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 396 applyRestrictions(); in setSuppressedEffects() 2023 applyRestrictions(); in updateRingerAndAudio() 2184 protected void applyRestrictions() { in applyRestrictions() method in ZenModeHelper 2216 applyRestrictions(zenPriorityOnly, false /*mute*/, usage); in applyRestrictions() 2218 applyRestrictions(zenPriorityOnly, muteNotifications || muteEverything, usage); in applyRestrictions() 2220 applyRestrictions(zenPriorityOnly, muteCalls || muteEverything, usage); in applyRestrictions() 2222 applyRestrictions(zenPriorityOnly, muteAlarms || muteEverything, usage); in applyRestrictions() 2224 applyRestrictions(zenPriorityOnly, muteMedia || muteEverything, usage); in applyRestrictions() 2228 applyRestrictions(zenPriorityOnly, muteSystem || muteEverything, usage, in applyRestrictions() 2230 applyRestrictions(zenPriorityOnly, false, usage, AppOpsManager.OP_VIBRATE); in applyRestrictions() [all …]
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 472 mZenModeHelper.applyRestrictions(); in testZenOff_NoMuteApplied() 490 mZenModeHelper.applyRestrictions(); in testZenOn_NotificationApplied() 512 mZenModeHelper.applyRestrictions(); in testZenOn_StarredCallers_CallTypesBlocked() 532 mZenModeHelper.applyRestrictions(); in testZenOn_AllCallers_CallTypesAllowed() 546 mZenModeHelper.applyRestrictions(); in testZenOn_AllowAlarmsMedia_NoAlarmMediaMuteApplied() 556 mZenModeHelper.applyRestrictions(); in testZenOn_DisallowAlarmsMedia_AlarmMediaMuteApplied() 570 mZenModeHelper.applyRestrictions(); in testTotalSilence() 588 mZenModeHelper.applyRestrictions(); in testAlarmsOnly_alarmMediaMuteNotApplied() 608 mZenModeHelper.applyRestrictions(); in testAlarmsOnly_callsMuteApplied() 622 mZenModeHelper.applyRestrictions(); in testAlarmsOnly_allZenConfigToggledCannotBypass_alarmMuteNotApplied() [all …]
|
/frameworks/base/services/ |
D | art-wear-profile | 16585 HPLcom/android/server/notification/ZenModeHelper;->applyRestrictions()V 16586 PLcom/android/server/notification/ZenModeHelper;->applyRestrictions(ZZI)V 16587 PLcom/android/server/notification/ZenModeHelper;->applyRestrictions(ZZII)V
|