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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactMatcher.java170 private int mPrimaryScore; field in class:ContactMatcher.MatchScore
182 mPrimaryScore = 0;
192 if (score > mPrimaryScore) {
193 mPrimaryScore = score;
222 int score = (mPrimaryScore > mSecondaryScore ? mPrimaryScore : mSecondaryScore);
239 return mContactId + ": " + mPrimaryScore + "/" + mSecondaryScore + "(" + mMatchCount
388 score.mPrimaryScore = NO_DATA_SCORE;
412 int s = score.mPrimaryScore;

Completed in 78 milliseconds