Searched refs:mRssiScoreSlope (Results 1 – 2 of 2) sorted by relevance
43 private final int mRssiScoreSlope; field in SavedNetworkEvaluator70 mRssiScoreSlope = context.getResources().getInteger( in SavedNetworkEvaluator()123 score += (rssi + mRssiScoreOffset) * mRssiScoreSlope; in calculateBssidScore()
187 private int mRssiScoreSlope; field in WifiConnectivityManager626 mRssiScoreSlope = context.getResources().getInteger( in WifiConnectivityManager()655 return mRssiScoreSlope * (Math.max(mScoringParams.getGoodRssi(ScoringParams.BAND2), in initialScoreMax()