Searched refs:waitForWifiEnabled (Results 1 – 2 of 2) sorted by relevance
178 return waitForWifiEnabled(); in enableWifi()378 public boolean waitForWifiEnabled() throws DeviceNotAvailableException { in waitForWifiEnabled() method in WifiHelper379 return waitForWifiEnabled(DEFAULT_WIFI_STATE_TIMEOUT); in waitForWifiEnabled()383 public boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException { in waitForWifiEnabled() method in WifiHelper
163 boolean waitForWifiEnabled() throws DeviceNotAvailableException; in waitForWifiEnabled() method172 boolean waitForWifiEnabled(long timeout) throws DeviceNotAvailableException; in waitForWifiEnabled() method