Home
last modified time | relevance | path

Searched refs:getSupplicantState (Results 1 – 9 of 9) sorted by relevance

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java243 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.DISCONNECTED); in setupWifiInfo()
429 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in openNetworkIsNotSufficient()
477 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in lowRssi5GNetworkIsNotSufficient()
525 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noInternetAccessNetworkIsNotSufficient()
638 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noSelectionWhenCurrentNetworkNotInScanResults()
1165 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testStayOrTryToSwitchImpl()
DClientModeImplTest.java2017 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2027 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2054 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponAssociatedBSSIDEvent()
2091 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2108 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2115 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2133 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
/frameworks/base/wifi/java/android/net/wifi/
DWifiInfo.java597 public SupplicantState getSupplicantState() { in getSupplicantState() method in WifiInfo
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java223 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isCurrentNetworkSufficient()
DWifiConnectivityManager.java721 && SupplicantState.isConnecting(mWifiInfo.getSupplicantState())) { in connectToNetwork()
DClientModeImpl.java1410 SupplicantState supplicantState = mWifiInfo.getSupplicantState(); in isSupplicantTransientState()
/frameworks/base/config/
Dboot-image-profile.txt10909 HSPLandroid/net/wifi/WifiInfo;->getSupplicantState()Landroid/net/wifi/SupplicantState;
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt18022 method public android.net.wifi.SupplicantState getSupplicantState();
/frameworks/base/api/
Dcurrent.txt29769 method public android.net.wifi.SupplicantState getSupplicantState();