Searched refs:setConfigLocked (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | ZenModeHelper.java | 234 setConfigLocked(config, null, reason); in loadConfigForUser() 326 if (setConfigLocked(newConfig, reason, rule.component, true)) { in addAutomaticZenRule() 355 return setConfigLocked(newConfig, reason, rule.component, true); in updateAutomaticZenRule() 373 return setConfigLocked(newConfig, reason, null, true); in removeAutomaticZenRule() 388 return setConfigLocked(newConfig, reason, null, true); in removeAutomaticZenRules() 420 setConfigLocked(config, rule.component, "conditionChanged"); in setAutomaticZenRuleStateLocked() 610 setConfigLocked(newConfig, reason, null, setRingerMode); in setManualZenMode() 726 setConfigLocked(config, null, reason); in readXml() 763 setConfigLocked(newConfig, null, "setNotificationPolicy"); in setNotificationPolicy() 788 setConfigLocked(newConfig, null, "cleanUpZenRules"); in cleanUpZenRules() [all …]
|
/frameworks/base/services/ |
D | art-profile | 9967 HSPLcom/android/server/notification/ZenModeHelper;->setConfigLocked(Landroid/service/notification/Z… 9968 HSPLcom/android/server/notification/ZenModeHelper;->setConfigLocked(Landroid/service/notification/Z…
|