Home
last modified time | relevance | path

Searched refs:globalSettings (Results 1 – 5 of 5) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodecListWriter.cpp51 const sp<AMessage> &globalSettings) const { in writeGlobalSettings()
53 globalSettings->setString(kv.first.c_str(), kv.second.c_str()); in writeGlobalSettings()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProvider.java831 SettingsState globalSettings = mSettingsRegistry.getSettingsLocked( in dumpForUserLocked() local
833 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 …]
DSettingsProtoDumpUtil.java101 SettingsState globalSettings = settingsRegistry.getSettingsLocked( in dumpProtoLocked() local
103 if (globalSettings != null) { in dumpProtoLocked()
105 proto, SettingsServiceDumpProto.GLOBAL_SETTINGS, globalSettings); in dumpProtoLocked()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodecListWriter.h61 void writeGlobalSettings(const sp<AMessage> &globalSettings) const;
/frameworks/base/services/core/java/com/android/server/am/
DSettingsToPropertiesMapper.java102 String[] globalSettings, in SettingsToPropertiesMapper() argument
105 mGlobalSettings = globalSettings; in SettingsToPropertiesMapper()