Home
last modified time | relevance | path

Searched defs:ScoredCandidate (Results 1 – 1 of 1) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiCandidates.java274 public static class ScoredCandidate { class in WifiCandidates
278 public ScoredCandidate(double value, double err, Candidate candidate) { in ScoredCandidate() method in WifiCandidates.ScoredCandidate