Searched refs:getCandidatesFromScan (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/ |
D | WifiNetworkSelectorTest.java | 554 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in emptyScanResults() 588 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyMinimumRssiThreshold() 625 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyMinimumTimeGapWhenConnected() 637 candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyMinimumTimeGapWhenConnected() 679 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyNoMinimumTimeGapWhenDisconnected() 691 candidates = mWifiNetworkSelector.getCandidatesFromScan( in verifyNoMinimumTimeGapWhenDisconnected() 731 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in lowRssi5GNetworkIsNotSufficient() 749 candidates = mWifiNetworkSelector.getCandidatesFromScan( in lowRssi5GNetworkIsNotSufficient() 791 List<WifiCandidates.Candidate> candidates = mWifiNetworkSelector.getCandidatesFromScan( in noInternetAccessNetworkIsNotSufficient() 817 candidates = mWifiNetworkSelector.getCandidatesFromScan( in noInternetAccessNetworkIsNotSufficient() [all …]
|
D | WifiConnectivityManagerTest.java | 581 when(ns.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in mockWifiNetworkSelector() 1408 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in setupMocksForMultiInternetTests() 2290 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testRetryConnectionOnFailure() 2349 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testRetryConnectionEapFailureIgnoreSameNetwork() 2384 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testRetryConnectionIgnoreNetworkWithAutojoinDisabled() 2426 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testRetryConnectionIgnoreNetworkWithAdminRestriction() 2481 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testRetryConnectionOnFailureCacheTimeout() 2521 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testNoRetryConnectionOnUserDisconnectedNetwork() 2565 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testNoRetryConnectionOnFailureAfterCacheCleared() 2608 when(mWifiNS.getCandidatesFromScan(any(), any(), any(), anyBoolean(), anyBoolean(), in testRetryConnectionIgnoresDisabledNetworks() [all …]
|
/packages/modules/Wifi/service/java/com/android/server/wifi/ |
D | WifiNetworkSelector.java | 1074 public List<WifiCandidates.Candidate> getCandidatesFromScan( in getCandidatesFromScan() method in WifiNetworkSelector
|
D | WifiConnectivityManager.java | 648 List<WifiCandidates.Candidate> candidates = mNetworkSelector.getCandidatesFromScan( in handleScanResults()
|