Searched refs:waitForWifiDisabled (Results 1 – 2 of 2) sorted by relevance
189 return waitForWifiDisabled(); in disableWifi()399 public boolean waitForWifiDisabled() throws DeviceNotAvailableException { in waitForWifiDisabled() method in WifiHelper400 return waitForWifiDisabled(DEFAULT_WIFI_STATE_TIMEOUT); in waitForWifiDisabled()404 public boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException { in waitForWifiDisabled() method in WifiHelper
180 boolean waitForWifiDisabled() throws DeviceNotAvailableException; in waitForWifiDisabled() method189 boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException; in waitForWifiDisabled() method