Searched refs:currentRssi (Results 1 – 2 of 2) sorted by relevance
251 int currentRssi = (mExpectedExpId == ThroughputScorer.THROUGHPUT_SCORER_DEFAULT_EXPID) in testAboveSaturationDoNotSwitchAwayEvenWithALargeRssiDifference() local255 assertThat(evaluate(mCandidate1.setScanRssi(currentRssi).setCurrentNetwork(true)), in testAboveSaturationDoNotSwitchAwayEvenWithALargeRssiDifference()
203 int currentRssi = wifiInfo.getRssi(); in hasSufficientLinkQuality() local204 return currentRssi >= mScoringParams.getSufficientRssi(wifiInfo.getFrequency()); in hasSufficientLinkQuality()