Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java207 int minScore = getMinScore(candidateNameType, nameType); in matchName() local
208 if (minScore == maxScore) { in matchName()
234 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance)); in matchName()
DRawContactMatcher.java205 int minScore = getMinScore(candidateNameType, nameType); in matchName() local
206 if (minScore == maxScore) { in matchName()
232 score = (int)(minScore + (maxScore - minScore) * (1.0f - distance)); in matchName()
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/
DWifiScoreReportTest.java682 int minScore = 100;
695 if (mWifiInfo.getScore() < minScore) minScore = mWifiInfo.getScore();
697 assertTrue(oops, minScore > getTransitionScore());