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

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

Completed in 677 milliseconds