Searched refs:globalSettings (Results 1 – 5 of 5) sorted by relevance
51 const sp<AMessage> &globalSettings) const { in writeGlobalSettings()53 globalSettings->setString(kv.first.c_str(), kv.second.c_str()); in writeGlobalSettings()
831 SettingsState globalSettings = mSettingsRegistry.getSettingsLocked( in dumpForUserLocked() local833 if (globalSettings != null) { in dumpForUserLocked()834 dumpSettingsLocked(globalSettings, pw); in dumpForUserLocked()836 globalSettings.dumpHistoricalOperations(pw); in dumpForUserLocked()3173 SettingsState globalSettings = mSettingsStates.get(globalKey);3174 migrateLegacySettingsLocked(globalSettings, database, TABLE_GLOBAL);3177 globalSettings.insertSettingLocked(Settings.Global.DATABASE_CREATION_BUILDID,3181 globalSettings.persistSyncLocked();3567 SettingsState globalSettings = getSettingsLocked(3569 globalSettings.setVersionLocked(newVersion);[all …]
101 SettingsState globalSettings = settingsRegistry.getSettingsLocked( in dumpProtoLocked() local103 if (globalSettings != null) { in dumpProtoLocked()105 proto, SettingsServiceDumpProto.GLOBAL_SETTINGS, globalSettings); in dumpProtoLocked()
61 void writeGlobalSettings(const sp<AMessage> &globalSettings) const;
102 String[] globalSettings, in SettingsToPropertiesMapper() argument105 mGlobalSettings = globalSettings; in SettingsToPropertiesMapper()