OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:waitForWifiEnabled
(Results
1 - 2
of
2
) sorted by null
/tools/tradefederation/core/src/com/android/tradefed/device/
IWifiHelper.java
163
boolean
waitForWifiEnabled
() throws DeviceNotAvailableException;
172
boolean
waitForWifiEnabled
(long timeout) throws DeviceNotAvailableException;
WifiHelper.java
358
public boolean
waitForWifiEnabled
() throws DeviceNotAvailableException {
359
return
waitForWifiEnabled
(DEFAULT_WIFI_STATE_TIMEOUT);
363
public boolean
waitForWifiEnabled
(long timeout) throws DeviceNotAvailableException {
Completed in 559 milliseconds