HomeSort by relevance Sort by last modified time
    Searched full:matchingscore (Results 1 - 1 of 1) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
ContactMatcher.java 252 MatchScore matchingScore = mScores.get(contactId);
253 if (matchingScore == null) {
255 matchingScore = mScoreList.get(mScoreCount);
256 matchingScore.reset(contactId);
258 matchingScore = new MatchScore(contactId);
259 mScoreList.add(matchingScore);
262 mScores.put(contactId, matchingScore);
264 return matchingScore;

Completed in 472 milliseconds