Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputScorer.java90 int throughputBonusScore = calculateThroughputBonusScore(candidate); in scoreCandidate() local
92 int rssiAndThroughputScore = rssiBaseScore + throughputBonusScore; in scoreCandidate()
143 int score = rssiBaseScore + throughputBonusScore in scoreCandidate()
155 score = TOP_TIER_BASE_SCORE + rssiBaseScore + throughputBonusScore; in scoreCandidate()
160 + " throughputScore: " + throughputBonusScore in scoreCandidate()