Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java189 return waitForWifiDisabled(); in disableWifi()
399 public boolean waitForWifiDisabled() throws DeviceNotAvailableException { in waitForWifiDisabled() method in WifiHelper
400 return waitForWifiDisabled(DEFAULT_WIFI_STATE_TIMEOUT); in waitForWifiDisabled()
404 public boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException { in waitForWifiDisabled() method in WifiHelper
DIWifiHelper.java180 boolean waitForWifiDisabled() throws DeviceNotAvailableException; in waitForWifiDisabled() method
189 boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException; in waitForWifiDisabled() method