Searched refs:WifiConnectionResult (Results 1 – 4 of 4) sorted by relevance
35 public enum WifiConnectionResult { enum243 WifiConnectionResult connectToNetwork( in connectToNetwork()259 WifiConnectionResult connectToNetwork( in connectToNetwork()
565 return WifiConnectionResult.SUCCESS == connectToNetwork(ssid, psk, urlToCheck, false); in connectToNetwork()570 public WifiConnectionResult connectToNetwork( in connectToNetwork()577 public WifiConnectionResult connectToNetwork( in connectToNetwork()586 return WifiConnectionResult.FAILED_TO_ENABLE; in connectToNetwork()590 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetwork()592 return WifiConnectionResult.SUCCESS; in connectToNetwork()596 private WifiConnectionResult connectToNetworkV2( in connectToNetworkV2()601 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetworkV2()608 return WifiConnectionResult.FAILED_TO_ENABLE; in connectToNetworkV2()613 return WifiConnectionResult.FAILED_TO_CONNECT; in connectToNetworkV2()[all …]
40 import com.android.tradefed.device.IWifiHelper.WifiConnectionResult;3200 WifiConnectionResult result = in connectToWifiNetwork()3209 if (WifiConnectionResult.SUCCESS.equals(result)) { in connectToWifiNetwork()3219 } else if (WifiConnectionResult.FAILED_TO_ENABLE.equals(result)) { in connectToWifiNetwork()
46 import com.android.tradefed.device.IWifiHelper.WifiConnectionResult;887 .thenReturn(WifiConnectionResult.SUCCESS); in testConnectToWifiNetwork_success()904 .thenReturn(WifiConnectionResult.SUCCESS); in testConnectToWifiNetworkGivenMap_success()926 .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()1059 .thenReturn(WifiConnectionResult.SUCCESS); in testConnectToWifiNetwork_scanSsid()1077 .thenReturn(WifiConnectionResult.SUCCESS); in testConnectToWifiNetworkGivenMap_scanSsid()