Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
DConcreteCandidate.java54 mEvaluatorId = candidate.getEvaluatorId(); in ConcreteCandidate()
143 public int getEvaluatorId() { in getEvaluatorId() method in ConcreteCandidate
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java93 score -= 1000 * candidate.getEvaluatorId(); in scoreCandidate()
DWifiCandidates.java82 @WifiNetworkSelector.NetworkEvaluator.EvaluatorId int getEvaluatorId(); in getEvaluatorId() method
193 public @WifiNetworkSelector.NetworkEvaluator.EvaluatorId int getEvaluatorId() { in getEvaluatorId() method in WifiCandidates.CandidateImpl
DWifiNetworkSelector.java792 || candidate.getEvaluatorId() < best.getEvaluatorId() in selectNetwork()
793 || (candidate.getEvaluatorId() == best.getEvaluatorId() in selectNetwork()
DScoreCardBasedScorer.java100 score -= 1000 * candidate.getEvaluatorId(); in scoreCandidate()