Searched refs:getMaxScore (Results 1 – 3 of 3) sorted by relevance
149 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in ContactMatcher193 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
154 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in RawContactMatcher191 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
334 private int getMaxScore() { in getMaxScore() method in WifiScoreReportTest1144 assertEquals(getMaxScore(), score.getLegacyInt()); in testFrameworkGetsUpdatesScore()1148 assertEquals(getMaxScore(), mWifiScoreReport.getLegacyIntScore()); in testFrameworkGetsUpdatesScore()1156 assertEquals(getMaxScore(), score.getLegacyInt()); in testFrameworkGetsUpdatesScore()1160 assertEquals(getMaxScore(), mWifiScoreReport.getLegacyIntScore()); in testFrameworkGetsUpdatesScore()1367 assertEquals(getMaxScore(), mWifiInfo.getScore()); in testOnStartInitialScoreInWifiInfoIsMaxScore()