Home
last modified time | relevance | path

Searched refs:getSupplicantState (Results 1 – 10 of 10) 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.java2140 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2150 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
2177 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponAssociatedBSSIDEvent()
2214 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2231 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2238 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectModeState()
2256 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.java1427 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/non-updatable-api/
Dcurrent.txt30054 method public android.net.wifi.SupplicantState getSupplicantState();
/frameworks/base/api/
Dcurrent.txt30198 method public android.net.wifi.SupplicantState getSupplicantState();