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()
841 SettingsState globalSettings = mSettingsRegistry.getSettingsLocked( in dumpForUserLocked() local843 if (globalSettings != null) { in dumpForUserLocked()844 dumpSettingsLocked(globalSettings, pw); in dumpForUserLocked()846 globalSettings.dumpHistoricalOperations(pw); in dumpForUserLocked()2949 SettingsState globalSettings = mSettingsStates.get(globalKey);2950 migrateLegacySettingsLocked(globalSettings, database, TABLE_GLOBAL);2953 globalSettings.insertSettingLocked(Settings.Global.DATABASE_CREATION_BUILDID,2957 globalSettings.persistSyncLocked();3292 SettingsState globalSettings = getSettingsLocked(3294 globalSettings.setVersionLocked(newVersion);[all …]
45 SettingsState globalSettings = settingsRegistry.getSettingsLocked( in dumpProtoLocked() local47 if (globalSettings != null) { in dumpProtoLocked()48 … dumpProtoGlobalSettingsLocked(proto, SettingsServiceDumpProto.GLOBAL_SETTINGS, globalSettings); in dumpProtoLocked()
61 void writeGlobalSettings(const sp<AMessage> &globalSettings) const;
99 String[] globalSettings, in SettingsToPropertiesMapper() argument102 mGlobalSettings = globalSettings; in SettingsToPropertiesMapper()