Searched refs:candidateKey (Results 1 – 2 of 2) sorted by relevance
277 public final Key candidateKey; field in WifiCandidates.ScoredCandidate281 this.candidateKey = (candidate == null) ? null : candidate.getKey(); in ScoredCandidate()
826 int networkId = choice.candidateKey == null in selectNetwork()828 : choice.candidateKey.networkId; in selectNetwork()