Searched refs:waitForWifiEnabled (Results 1 – 2 of 2) sorted by relevance
169 boolean waitForWifiEnabled() throws DeviceNotAvailableException; in waitForWifiEnabled() method178 boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException; in waitForWifiEnabled() method
224 return waitForWifiEnabled(120000L); in enableWifi()238 return waitForWifiEnabled(120000L); in enableWifiV2()457 public boolean waitForWifiEnabled() throws DeviceNotAvailableException { in waitForWifiEnabled() method in WifiHelper458 return waitForWifiEnabled(DEFAULT_WIFI_STATE_TIMEOUT); in waitForWifiEnabled()462 public boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException { in waitForWifiEnabled() method in WifiHelper