Searched refs:waitForWifiDisabled (Results 1 – 2 of 2) sorted by relevance
186 boolean waitForWifiDisabled() throws DeviceNotAvailableException; in waitForWifiDisabled() method195 boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException; in waitForWifiDisabled() method
249 return waitForWifiDisabled(); in disableWifi()478 public boolean waitForWifiDisabled() throws DeviceNotAvailableException { in waitForWifiDisabled() method in WifiHelper479 return waitForWifiDisabled(DEFAULT_WIFI_STATE_TIMEOUT); in waitForWifiDisabled()483 public boolean waitForWifiDisabled(long timeout) throws DeviceNotAvailableException { in waitForWifiDisabled() method in WifiHelper