Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DContactMatcher.java151 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in ContactMatcher
195 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()
DRawContactMatcher.java156 private static int getMaxScore(int candidateNameType, int nameType) { in getMaxScore() method in RawContactMatcher
193 int maxScore = getMaxScore(candidateNameType, nameType); in matchName()