Home
last modified time | relevance | path

Searched refs:waitForWifiState (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java191 … public boolean waitForWifiState(WifiState... expectedStates) throws DeviceNotAvailableException { in waitForWifiState() method in WifiHelper
192 return waitForWifiState(DEFAULT_WIFI_STATE_TIMEOUT, expectedStates); in waitForWifiState()
204 boolean waitForWifiState(long timeout, WifiState... expectedStates) in waitForWifiState() method in WifiHelper
DIWifiHelper.java59 boolean waitForWifiState(WifiState... expectedStates) throws DeviceNotAvailableException; in waitForWifiState() method