Home
last modified time | relevance | path

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

/packages/modules/Wifi/service/java/com/android/server/wifi/
DCompatibilityScorer.java44 public static final int RSSI_SCORE_SLOPE_IS_4 = 4; field in CompatibilityScorer
81 int score = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()
DScoreCardBasedScorer.java46 public static final int RSSI_SCORE_SLOPE_IS_4 = 4; field in ScoreCardBasedScorer
90 int score = (rssi - cutoff) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()
DThroughputScorer.java53 public static final int RSSI_SCORE_SLOPE_IS_4 = 4; field in ThroughputScorer
88 int rssiBaseScore = (rssi + RSSI_SCORE_OFFSET) * RSSI_SCORE_SLOPE_IS_4; in scoreCandidate()