Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiNetworkSelectorTest.java378 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.DISCONNECTED); in setupWifiInfo()
411 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenSufficiencyCheckDisabled()
434 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenMetered()
450 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenMarkedUnusable()
466 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenLowAospScore()
500 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in testNetworkInsufficientWhenIpProvisioningTimedOut()
737 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in lowRssi5GNetworkIsNotSufficient()
797 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noInternetAccessNetworkIsNotSufficient()
1249 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in noSelectionWhenCurrentNetworkNotInScanResults()
1317 when(mWifiInfo.getSupplicantState()).thenReturn(SupplicantState.COMPLETED); in includeCurrentNetworkWhenCurrentNetworkNotNominated()
[all …]
DClientModeImplTest.java3447 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
3458 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEvent()
3489 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid()
3501 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponSupplicantStateChangedEventWithWrongSsid()
3548 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoUpdatedUponAssociatedBSSIDEvent()
3592 assertEquals(SupplicantState.COMPLETED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectableState()
3604 assertEquals(SupplicantState.DISCONNECTED, wifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectableState()
3615 assertEquals(SupplicantState.DISCONNECTED, mWifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectableState2()
3633 assertEquals(SupplicantState.DISCONNECTED, mWifiInfo.getSupplicantState()); in testWifiInfoCleanedUpEnteringExitingConnectableState3()
7420 assertEquals(mWifiInfo.getSupplicantState(), SupplicantState.COMPLETED); in testVerifyWifiInfoStateOnFrameworkDisconnect()
[all …]
/packages/apps/Settings/src/com/android/settings/wifi/
DWifiStatusTest.java199 SupplicantState supplicantState = wifiInfo.getSupplicantState();
/packages/modules/Wifi/framework/java/android/net/wifi/
DWifiInfo.java1441 public SupplicantState getSupplicantState() { in getSupplicantState() method in WifiInfo
/packages/modules/Wifi/service/java/com/android/server/wifi/
DWifiShellCommand.java2741 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printWifiInfo()
2778 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printStatus()
DWifiNetworkSelector.java279 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isNetworkSufficient()
DWifiScoreCard.java580 if (state == SupplicantState.COMPLETED && wifiInfo.getSupplicantState() == state) { in noteSupplicantStateChanging()
DClientModeImpl.java1786 SupplicantState supplicantState = mWifiInfo.getSupplicantState(); in isSupplicantTransientState()
/packages/modules/Wifi/framework/api/
Dcurrent.txt400 method public android.net.wifi.SupplicantState getSupplicantState();