HomeSort by relevance Sort by last modified time
    Searched refs:waitForWifiDisabled (Results 1 - 2 of 2) sorted by null

  /tools/tradefederation/core/src/com/android/tradefed/device/
IWifiHelper.java 180 boolean waitForWifiDisabled() throws DeviceNotAvailableException;
189 boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException;
WifiHelper.java 379 public boolean waitForWifiDisabled() throws DeviceNotAvailableException {
380 return waitForWifiDisabled(DEFAULT_WIFI_STATE_TIMEOUT);
384 public boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException {

Completed in 3552 milliseconds