Searched refs:setSettingForBinaryState (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 562 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions() 566 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions() 567 setSettingForBinaryState( in processOptions() 570 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions() 574 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions() 575 setSettingForBinaryState( in processOptions() 578 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions() 595 setSettingForBinaryState(mScreenAdaptiveBrightness, mSystemSettings, in processOptions() 606 setSettingForBinaryState(mScreenAmbientMode, mSecureSettings, "doze_enabled", "1", "0"); in processOptions() 608 setSettingForBinaryState(mWakeGesture, mSecureSettings, "wake_gesture_enabled", "1", "0"); in processOptions() [all …]
|