Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DZenModeHelper.java247 applyRestrictions(); in setSuppressedEffects()
687 applyRestrictions(); // evaluateZenMode will also apply restrictions if changed in applyConfig()
722 applyRestrictions(); in evaluateZenMode()
751 private void applyRestrictions() { in applyRestrictions() method in ZenModeHelper
766 applyRestrictions(false /*mute*/, usage); in applyRestrictions()
768 applyRestrictions(muteNotifications || muteEverything, usage); in applyRestrictions()
770 applyRestrictions(muteCalls || muteEverything, usage); in applyRestrictions()
772 applyRestrictions(muteEverything, usage); in applyRestrictions()
777 private void applyRestrictions(boolean mute, int usage) { in applyRestrictions() method in ZenModeHelper