Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DThroughputScorer.java182 return Math.min(throughputScoreRaw, mScoringParams.getThroughputBonusLimit()); in calculateThroughputBonusScore()
DScoringParams.java436 public int getThroughputBonusLimit() { in getThroughputBonusLimit() method in ScoringParams