Home
last modified time | relevance | path

Searched refs:selectNetwork (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
H A DWifiNetworkSelectorTest.java455 candidate = mWifiNetworkSelector.selectNetwork(candidates); in verifyMinimumTimeGapWhenConnected()
505 candidate = mWifiNetworkSelector.selectNetwork(candidates); in verifyNoMinimumTimeGapWhenDisconnected()
561 candidate = mWifiNetworkSelector.selectNetwork(candidates); in lowRssi5GNetworkIsNotSufficient()
623 candidate = mWifiNetworkSelector.selectNetwork(candidates); in noInternetAccessNetworkIsNotSufficient()
754 candidate = mWifiNetworkSelector.selectNetwork(candidates); in noSelectionWhenCurrentNetworkNotInScanResults()
883 candidate = mWifiNetworkSelector.selectNetwork(candidates); in userConnectChoiceOverridesNetworkNominators()
949 candidate = mWifiNetworkSelector.selectNetwork(candidates); in testUserConnectChoiceDoesNotOverrideWhenRssiLow()
1000 candidate = mWifiNetworkSelector.selectNetwork(candidates); in userConnectChoiceDoesNotOverrideWhenUnexpectedNoInternet()
1399 candidate = mWifiNetworkSelector.selectNetwork(candidates); in testStayOrTryToSwitchImpl()
1484 candidate = mWifiNetworkSelector.selectNetwork(candidates); in getfilterOpenUnsavedNetworks_filtersOutSavedNetworks()
[all …]
H A DWifiConnectivityManagerTest.java438 when(ns.selectNetwork(any())) in mockWifiNetworkSelector()
722 when(mWifiNS.selectNetwork(argThat( in setupMocksForSecondaryLongLivedTests()
852 when(mWifiNS.selectNetwork(argThat( in secondaryLongLived_noSecondaryCandidateSelected()
1037 when(mWifiNS.selectNetwork(argThat( in secondaryLongLived_secondaryStaRequestSucceedsAlongWithPrimary()
1395 when(mWifiNS.selectNetwork(any())).thenReturn(null); in pnoRetryForLowRssiNetwork()
1460 when(mWifiNS.selectNetwork(any())).thenReturn(null); in watchdogBitePnoGoodIncrementsMetrics()
1772 when(mWifiNS.selectNetwork(any())).thenReturn(null); in wifiDisconnected_noCandidateInSelect_openNetworkNotifierScanResultsHandled()
3250 when(mWifiNS.selectNetwork(any())).thenReturn(candidate); in useConfigSpecifiedBssidToConnectWhenFirmwareRoamingOn()
3307 when(mWifiNS.selectNetwork(any())).thenReturn(candidate); in useConfigSpecifiedBssidToConnectionWhenFirmwareRoamingOff()
3513 when(mWifiNS.selectNetwork(any())).thenReturn(null); in filterScanResultsWithOneRadioChainInfoForNetworkSelectionIfConfigDisabled()
[all …]
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiConnectivityManager.java457 mNetworkSelector.selectNetwork(secondaryCmmCandidates); in handleCandidatesFromScanResultsUsingSecondaryCmmIfAvailable()
493 mNetworkSelector.selectNetwork(primaryCmmCandidates); in handleCandidatesFromScanResultsUsingSecondaryCmmIfAvailable()
546 WifiConfiguration candidate = mNetworkSelector.selectNetwork(candidates); in handleCandidatesFromScanResultsForPrimaryCmmUsingMbbIfAvailable()
2328 WifiConfiguration candidate = mNetworkSelector.selectNetwork(mLatestCandidates); in retryConnectionOnLatestCandidates()
H A DWifiNetworkSelector.java996 public WifiConfiguration selectNetwork(@NonNull List<WifiCandidates.Candidate> candidates) { in selectNetwork() method in WifiNetworkSelector
H A DClientModeImpl.java6186 WifiConfiguration selectedConfig = mWifiNetworkSelector.selectNetwork(candidates);