Searched refs:getSupplicantState (Results 1 – 9 of 9) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSelectorTest.java | 378 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 …]
|
D | ClientModeImplTest.java | 3447 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/ |
D | WifiStatusTest.java | 199 SupplicantState supplicantState = wifiInfo.getSupplicantState();
|
/packages/modules/Wifi/framework/java/android/net/wifi/ |
D | WifiInfo.java | 1441 public SupplicantState getSupplicantState() { in getSupplicantState() method in WifiInfo
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiShellCommand.java | 2741 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printWifiInfo() 2778 if (info.getSupplicantState() != SupplicantState.COMPLETED) { in printStatus()
|
D | WifiNetworkSelector.java | 279 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isNetworkSufficient()
|
D | WifiScoreCard.java | 580 if (state == SupplicantState.COMPLETED && wifiInfo.getSupplicantState() == state) { in noteSupplicantStateChanging()
|
D | ClientModeImpl.java | 1786 SupplicantState supplicantState = mWifiInfo.getSupplicantState(); in isSupplicantTransientState()
|
/packages/modules/Wifi/framework/api/ |
D | current.txt | 400 method public android.net.wifi.SupplicantState getSupplicantState();
|