Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/
H A DThroughputScorer.java92 int rssiAndThroughputScore = rssiBaseScore + throughputBonusScore; in scoreCandidate() local
97 int currentNetworkBonus = Math.max(currentNetworkBonusMin, rssiAndThroughputScore in scoreCandidate()