Searched refs:otherScore (Results 1 – 1 of 1) sorted by relevance
1655 public boolean rankingScoreMatches(float otherScore) { in rankingScoreMatches() argument1656 return Math.abs(mRankingScore - otherScore) < 0.0001; in rankingScoreMatches()