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/
DMatchScore.java36 private int mMatchCount; field in MatchScore
58 mMatchCount = 0; in reset()
82 mMatchCount++; in updatePrimaryScore()
89 mMatchCount++; in updateSecondaryScore()
113 return score * SCORE_SCALE + mMatchCount; in getScore()
147 "/" + mSecondaryScore + "(" + mMatchCount + ")"; in toString()