Searched refs:setConfigLocked (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | ZenModeHelper.java | 287 setConfigLocked(config, null, reason, Process.SYSTEM_UID, true); in loadConfigForUser() 383 if (setConfigLocked(newConfig, reason, rule.component, true, callingUid, in addAutomaticZenRule() 419 return setConfigLocked(newConfig, reason, rule.component, true, callingUid, in updateAutomaticZenRule() 450 return setConfigLocked(newConfig, reason, null, true, callingUid, in removeAutomaticZenRule() 467 return setConfigLocked(newConfig, reason, null, true, callingUid, in removeAutomaticZenRules() 507 setConfigLocked(config, rule.component, "conditionChanged", callingUid, in setAutomaticZenRuleStateLocked() 721 setConfigLocked(newConfig, reason, null, setRingerMode, callingUid, in setManualZenMode() 847 setConfigLocked(config, null, reason, Process.SYSTEM_UID, true); in readXml() 886 setConfigLocked(newConfig, null, "setNotificationPolicy", callingUid, in setNotificationPolicy() 912 setConfigLocked(newConfig, null, "cleanUpZenRules", Process.SYSTEM_UID, in cleanUpZenRules() [all …]
|