Searched refs:setSettingForBinaryState (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/targetprep/ |
D | DeviceSetup.java | 752 setSettingForBinaryState(mData, mGlobalSettings, "mobile_data", "1", "0"); in processOptions() 756 setSettingForBinaryState(mCell, mGlobalSettings, "cell_on", "1", "0"); in processOptions() 757 setSettingForBinaryState( in processOptions() 760 setSettingForBinaryState(mWifi, mGlobalSettings, "wifi_on", "1", "0"); in processOptions() 764 setSettingForBinaryState(mWifiWatchdog, mGlobalSettings, "wifi_watchdog", "1", "0"); in processOptions() 765 setSettingForBinaryState( in processOptions() 768 setSettingForBinaryState(mWifiScanAlwaysEnabled, mGlobalSettings, in processOptions() 788 setSettingForBinaryState(mScreenAdaptiveBrightness, mSystemSettings, in processOptions() 799 setSettingForBinaryState(mScreenAmbientMode, mSecureSettings, "doze_enabled", "1", "0"); in processOptions() 801 setSettingForBinaryState(mWakeGesture, mSecureSettings, "wake_gesture_enabled", "1", "0"); in processOptions() [all …]
|