Home
last modified time | relevance | path

Searched refs:setWifiWatchdog (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceSetupTest.java321 mDeviceSetup.setWifiWatchdog(BinaryState.ON); in testSetup_wifi_watchdog_on()
333 mDeviceSetup.setWifiWatchdog(BinaryState.OFF); in testSetup_wifi_watchdog_off()
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceSetup.java1095 protected void setWifiWatchdog(BinaryState wifiWatchdog) { in setWifiWatchdog() method in DeviceSetup