Searched refs:mSecondaryScore (Results 1 – 1 of 1) sorted by relevance
35 private int mSecondaryScore; field in MatchScore57 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()