Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DMatchScore.java35 private int mSecondaryScore; field in MatchScore
57 mSecondaryScore = 0; in reset()
86 if (score > mSecondaryScore) { in updateSecondaryScore()
87 mSecondaryScore = score; in updateSecondaryScore()
109 int score = (mPrimaryScore > mSecondaryScore ? mPrimaryScore : mSecondaryScore); in getScore()
129 return mSecondaryScore; in getSecondaryScore()
147 "/" + mSecondaryScore + "(" + mMatchCount + ")"; in toString()