Searched refs:setConfigLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 370 setConfigLocked(config, null, UPDATE_ORIGIN_INIT_USER, reason, in loadConfigForUser() 489 if (setConfigLocked(newConfig, origin, reason, rule.component, true, callingUid)) { in addAutomaticZenRule() 583 return setConfigLocked(newConfig, origin, reason, in updateAutomaticZenRule() 649 setConfigLocked(newConfig, /* triggeringComponent= */ null, UPDATE_ORIGIN_APP, in applyGlobalZenModeAsImplicitZenRule() 703 setConfigLocked(newConfig, /* triggeringComponent= */ null, UPDATE_ORIGIN_APP, in applyGlobalPolicyAsImplicitZenRule() 819 return setConfigLocked(newConfig, origin, reason, null, true, callingUid); in removeAutomaticZenRule() 847 return setConfigLocked(newConfig, origin, reason, null, true, callingUid); in removeAutomaticZenRules() 944 setConfigLocked(config, rule.component, origin, "conditionChanged", callingUid); in setAutomaticZenRuleStateLocked() 1064 setConfigLocked(config, null, UPDATE_ORIGIN_SYSTEM_OR_SYSTEMUI, in updateZenRulesOnLocaleChange() 1572 setConfigLocked(newConfig, origin, reason, null, setRingerMode, callingUid); in setManualZenMode() [all …]
|
/frameworks/base/services/ |
D | art-wear-profile | 16610 HPLcom/android/server/notification/ZenModeHelper;->setConfigLocked(Landroid/service/notification/Ze… 16611 PLcom/android/server/notification/ZenModeHelper;->setConfigLocked(Landroid/service/notification/Zen…
|