Searched refs:mGlobalSettings (Results 1 – 6 of 6) sorted by relevance
29 mGlobalSettings.emplace_back(key, value); in addGlobalSetting()52 for (const std::pair<std::string, std::string> &kv : mGlobalSettings) { in writeGlobalSettings()
204 mGlobalSettings = new AMessage(); in MediaCodecList()217 writer.writeGlobalSettings(mGlobalSettings); in MediaCodecList()312 return mGlobalSettings; in getGlobalSettings()
91 private final String[] mGlobalSettings; field in SettingsToPropertiesMapper102 mGlobalSettings = globalSettings; in SettingsToPropertiesMapper()108 for (String globalSetting : mGlobalSettings) { in updatePropertiesFromSettings()
64 std::vector<std::pair<std::string, std::string>> mGlobalSettings; member
93 sp<AMessage> mGlobalSettings; member
138 Integer val = mGlobalSettings.get(key); in injectGetGlobalSettingInt()194 private final HashMap<String, Integer> mGlobalSettings = new HashMap<>(); field in AppStateTrackerTest1150 mGlobalSettings.put(Global.FORCED_APP_STANDBY_FOR_SMALL_BATTERY_ENABLED, 1); in testSmallBatteryAndPluggedIn()