Searched refs:setSettingForBinaryState (Results 1 – 1 of 1) sorted by relevance
| /tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
| D | DeviceSetup.java | 792 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions() 796 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions() 797 setSettingForBinaryState( in processOptions() 800 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions() 804 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions() 805 setSettingForBinaryState( in processOptions() 808 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions() 828 setSettingForBinaryState(mScreenAdaptiveBrightness, mSystemSettings, in processOptions() 839 setSettingForBinaryState(mScreenAmbientMode, mSecureSettings, "doze_enabled", "1", "0"); in processOptions() 841 setSettingForBinaryState(mWakeGesture, mSecureSettings, "wake_gesture_enabled", "1", "0"); in processOptions() [all …]
|