Searched refs:mScoreList (Results 1 – 2 of 2) sorted by relevance
155 private final ArrayList<MatchScore> mScoreList = new ArrayList<MatchScore>(); field in ContactMatcher164 if (mScoreList.size() > mScoreCount) { in getMatchingScore()165 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()169 mScoreList.add(matchingScore); in getMatchingScore()286 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates()313 MatchScore score = mScoreList.get(i); in pickBestMatch()347 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()364 return mScoreList.subList(0, mScoreCount).toString(); in toString()
160 private final ArrayList<MatchScore> mScoreList = new ArrayList<MatchScore>(); field in RawContactMatcher169 if (mScoreList.size() > mScoreCount) { in getMatchingScore()170 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()174 mScoreList.add(matchingScore); in getMatchingScore()288 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates()310 MatchScore score = mScoreList.get(i); in pickBestMatches()334 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()351 return mScoreList.subList(0, mScoreCount).toString(); in toString()