Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java347 protected MultiMap<String, String> mGlobalSettings = new MultiMap<>(); field in DeviceSetup
562 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions()
566 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions()
568 mCellAutoSetting, mGlobalSettings, "clockwork_cell_auto_setting", "1", "0"); in processOptions()
570 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions()
574 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions()
576 mDisableCwWifiMediator, mGlobalSettings, "cw_disable_wifimediator", "1", "0"); in processOptions()
578 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions()
639 setSettingForBinaryState(mBatterySaver, mGlobalSettings, "low_power", "1", "0"); in processOptions()
642 mGlobalSettings.put("low_power_trigger_level", Integer.toString(mBatterySaverTrigger)); in processOptions()
[all …]