Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java172 private int mMatchCount; field in ContactMatcher.MatchScore
184 mMatchCount = 0; in reset()
195 mMatchCount++; in updatePrimaryScore()
202 mMatchCount++; in updateSecondaryScore()
226 return score * SCORE_SCALE + mMatchCount; in getScore()
239 return mContactId + ": " + mPrimaryScore + "/" + mSecondaryScore + "(" + mMatchCount in toString()