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.java156 private int mScoreCount = 0; field in ContactMatcher
164 if (mScoreList.size() > mScoreCount) { in getMatchingScore()
165 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()
171 mScoreCount++; in getMatchingScore()
272 mScoreCount = 0; in clear()
285 for (int i = 0; i < mScoreCount; i++) { in prepareSecondaryMatchCandidates()
312 for (int i = 0; i < mScoreCount; i++) { in pickBestMatch()
347 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()
350 for (int i = 0; i < mScoreCount; i++) { in pickBestMatches()
364 return mScoreList.subList(0, mScoreCount).toString(); in toString()
DRawContactMatcher.java161 private int mScoreCount = 0; field in RawContactMatcher
169 if (mScoreList.size() > mScoreCount) { in getMatchingScore()
170 matchingScore = mScoreList.get(mScoreCount); in getMatchingScore()
176 mScoreCount++; in getMatchingScore()
275 mScoreCount = 0; in clear()
287 for (int i = 0; i < mScoreCount; i++) { in prepareSecondaryMatchCandidates()
309 for (int i = 0; i < mScoreCount; i++) { in pickBestMatches()
334 List<MatchScore> matches = mScoreList.subList(0, mScoreCount); in pickBestMatches()
337 for (int i = 0; i < mScoreCount; i++) { in pickBestMatches()
351 return mScoreList.subList(0, mScoreCount).toString(); in toString()