Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DWifiNetworkSelector.java1004 Collection<Collection<WifiCandidates.Candidate>> groupedCandidates = in selectNetwork() local
1006 for (Collection<WifiCandidates.Candidate> group : groupedCandidates) { in selectNetwork()
1029 for (Collection<WifiCandidates.Candidate> group : groupedCandidates) { in selectNetwork()
1078 groupedCandidates.size()); in selectNetwork()