Searched refs:setSettingForBinaryState (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 567 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions() 571 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions() 572 setSettingForBinaryState( in processOptions() 575 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions() 579 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions() 580 setSettingForBinaryState( in processOptions() 583 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions() 600 setSettingForBinaryState(mScreenAdaptiveBrightness, mSystemSettings, in processOptions() 611 setSettingForBinaryState(mScreenAmbientMode, mSecureSettings, "doze_enabled", "1", "0"); in processOptions() 613 setSettingForBinaryState(mWakeGesture, mSecureSettings, "wake_gesture_enabled", "1", "0"); in processOptions() [all …]
|