Home
last modified time | relevance | path

Searched refs:FAILED_TO_ENABLE (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/device/
DIWifiHelper.java38 FAILED_TO_ENABLE; enumConstant
DWifiHelper.java586 return WifiConnectionResult.FAILED_TO_ENABLE; in connectToNetwork()
608 return WifiConnectionResult.FAILED_TO_ENABLE; in connectToNetworkV2()
DNativeDevice.java3219 } else if (WifiConnectionResult.FAILED_TO_ENABLE.equals(result)) { in connectToWifiNetwork()