Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java158 private int mScoreCount = 0; field in ContactMatcher
166 if (mScoreList.size() > mScoreCount) { in getMatchingScore()
167 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()
173 mScoreCount++; in getMatchingScore()
274 mScoreCount = 0; in clear()
287 for (int i = 0; i < mScoreCount; i++) { in prepareSecondaryMatchCandidates()
314 for (int i = 0; i < mScoreCount; i++) { in pickBestMatch()
349 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()
352 for (int i = 0; i < mScoreCount; i++) { in pickBestMatches()
366 return mScoreList.subList(0, mScoreCount).toString(); in toString()
DRawContactMatcher.java163 private int mScoreCount = 0; field in RawContactMatcher
171 if (mScoreList.size() > mScoreCount) { in getMatchingScore()
172 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()
178 mScoreCount++; in getMatchingScore()
277 mScoreCount = 0; in clear()
289 for (int i = 0; i < mScoreCount; i++) { in prepareSecondaryMatchCandidates()
311 for (int i = 0; i < mScoreCount; i++) { in pickBestMatches()
336 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()
339 for (int i = 0; i < mScoreCount; i++) { in pickBestMatches()
353 return mScoreList.subList(0, mScoreCount).toString(); in toString()