Searched refs:mScoreList (Results 1 – 2 of 2) sorted by relevance
157 private final ArrayList<MatchScore> mScoreList = new ArrayList<MatchScore>(); field in ContactMatcher166 if (mScoreList.size() > mScoreCount) { in getMatchingScore()167 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()171 mScoreList.add(matchingScore); in getMatchingScore()288 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates()315 MatchScore score = mScoreList.get(i); in pickBestMatch()349 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()366 return mScoreList.subList(0, mScoreCount).toString(); in toString()
162 private final ArrayList<MatchScore> mScoreList = new ArrayList<MatchScore>(); field in RawContactMatcher171 if (mScoreList.size() > mScoreCount) { in getMatchingScore()172 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()176 mScoreList.add(matchingScore); in getMatchingScore()290 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates()312 MatchScore score = mScoreList.get(i); in pickBestMatches()336 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()353 return mScoreList.subList(0, mScoreCount).toString(); in toString()