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.java355 protected MultiMap<String, String> mGlobalSettings = new MultiMap<>(); field in DeviceSetup
567 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions()
571 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions()
573 mCellAutoSetting, mGlobalSettings, "clockwork_cell_auto_setting", "1", "0"); in processOptions()
575 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions()
579 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions()
581 mDisableCwWifiMediator, mGlobalSettings, "cw_disable_wifimediator", "1", "0"); in processOptions()
583 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions()
644 setSettingForBinaryState(mBatterySaver, mGlobalSettings, "low_power", "1", "0"); in processOptions()
647 mGlobalSettings.put("low_power_trigger_level", Integer.toString(mBatterySaverTrigger)); in processOptions()
[all …]