Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNetworkSelector.java853 Collection<Collection<WifiCandidates.Candidate>> groupedCandidates = in selectNetwork() local
855 for (Collection<WifiCandidates.Candidate> group : groupedCandidates) { in selectNetwork()
864 for (Collection<WifiCandidates.Candidate> group : groupedCandidates) { in selectNetwork()
913 groupedCandidates.size()); in selectNetwork()