Home
last modified time | relevance | path

Searched refs:mScoreList (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java245 private final ArrayList<MatchScore> mScoreList = new ArrayList<MatchScore>(); field in ContactMatcher
254 if (mScoreList.size() > mScoreCount) { in getMatchingScore()
255 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()
259 mScoreList.add(matchingScore); in getMatchingScore()
376 MatchScore score = mScoreList.get(i); in prepareSecondaryMatchCandidates()
403 MatchScore score = mScoreList.get(i); in pickBestMatch()
437 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()
454 return mScoreList.subList(0, mScoreCount).toString(); in toString()