Searched refs:mMatchCount (Results 1 – 1 of 1) sorted by relevance
172 private int mMatchCount; field in ContactMatcher.MatchScore184 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()