Searched refs:getSupplicantState (Results 1 – 9 of 9) sorted by relevance
243 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()
2017 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()
597 public SupplicantState getSupplicantState() { in getSupplicantState() method in WifiInfo
223 if (wifiInfo.getSupplicantState() != SupplicantState.COMPLETED) { in isCurrentNetworkSufficient()
721 && SupplicantState.isConnecting(mWifiInfo.getSupplicantState())) { in connectToNetwork()
1410 SupplicantState supplicantState = mWifiInfo.getSupplicantState(); in isSupplicantTransientState()
10909 HSPLandroid/net/wifi/WifiInfo;->getSupplicantState()Landroid/net/wifi/SupplicantState;
18022 method public android.net.wifi.SupplicantState getSupplicantState();
29769 method public android.net.wifi.SupplicantState getSupplicantState();