Searched refs:getScoringBucketStepSize (Results 1 – 4 of 4) sorted by relevance
592 doReturn(500).when(mScoringParams).getScoringBucketStepSize(); in testBand6GhzBonusIsCapped()608 doReturn(1000).when(mScoringParams).getScoringBucketStepSize(); in testBand6GhzBonusIsCapped()
337 assertEquals(mScoringBucketStepSize, mScoringParams.getScoringBucketStepSize());
178 + Math.min(mScoringParams.getScoringBucketStepSize(), scoreWithinBucket); in scoreCandidate()
639 public int getScoringBucketStepSize() { in getScoringBucketStepSize() method in ScoringParams