Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java149 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in ContactMatcher
193 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
DRawContactMatcher.java154 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in RawContactMatcher
191 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreReportTest.java334 private int getMaxScore() { in getMaxScore() method in WifiScoreReportTest
1144 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()