Searched refs:mHighScore (Results 1 – 1 of 1) sorted by relevance
982 private int mHighScore = WifiNetworkScoreCache.INVALID_NETWORK_SCORE; field in WifiQualifiedNetworkSelector.ExternalScoreEvaluator995 if (score != null && score > mHighScore) { in evalUntrustedCandidate()996 mHighScore = score; in evalUntrustedCandidate()1009 && (score > mHighScore in evalSavedCandidate()1011 && score == mHighScore))) { in evalSavedCandidate()1012 mHighScore = score; in evalSavedCandidate()1026 return mHighScore; in getHighScore()