Searched refs:setSettingForBinaryState (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 557 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions() 561 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions() 562 setSettingForBinaryState( in processOptions() 565 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions() 569 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions() 570 setSettingForBinaryState( in processOptions() 573 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions() 590 setSettingForBinaryState(mScreenAdaptiveBrightness, mSystemSettings, in processOptions() 601 setSettingForBinaryState(mScreenAmbientMode, mSecureSettings, "doze_enabled", "1", "0"); in processOptions() 603 setSettingForBinaryState(mWakeGesture, mSecureSettings, "wake_gesture_enabled", "1", "0"); in processOptions() [all …]
|