Searched refs:badgeCurve2 (Results 1 – 1 of 1) sorted by relevance
987 RssiCurve badgeCurve2 = mock(RssiCurve.class); in testSpeedLabelAveragesAllBssidScores() local988 when(badgeCurve2.lookupScore(anyInt())).thenReturn((byte) speed2); in testSpeedLabelAveragesAllBssidScores()990 .thenReturn(buildScoredNetworkWithGivenBadgeCurve(badgeCurve2)); in testSpeedLabelAveragesAllBssidScores()1010 RssiCurve badgeCurve2 = mock(RssiCurve.class); in testSpeedLabelAverageIgnoresNoSpeedScores() local1011 when(badgeCurve2.lookupScore(anyInt())).thenReturn((byte) speed2); in testSpeedLabelAverageIgnoresNoSpeedScores()1013 .thenReturn(buildScoredNetworkWithGivenBadgeCurve(badgeCurve2)); in testSpeedLabelAverageIgnoresNoSpeedScores()