Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/
DWifiHelper.java590 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetwork()
601 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetworkV2()
613 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetworkV2()
624 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetworkV2()
644 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetworkV2()
DIWifiHelper.java37 FAILED_TO_CONNECT, enumConstant
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DNativeDeviceTest.java926 .thenReturn(WifiConnectionResult.FAILED_TO_CONNECT); in testConnectToWifiNetwork_failure()
956 .thenReturn(WifiConnectionResult.FAILED_TO_CONNECT); in testConnectToWifiNetworkGivenMap_failure()
993 .thenReturn(WifiConnectionResult.FAILED_TO_CONNECT); in testConnectToWifiNetwork_maxConnectTime()
1029 .thenReturn(WifiConnectionResult.FAILED_TO_CONNECT); in testConnectToWifiNetworkGivenMap_maxConnectTime()