Searched refs:matchScore (Results 1 – 10 of 10) sorted by relevance
353 MatchScore matchScore = matches.get(i); in pickBestMatches() local354 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
340 MatchScore matchScore = matches.get(i); in pickBestMatches() local341 if (matchScore.getScore() >= scaledThreshold) { in pickBestMatches()
494 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()495 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()503 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()504 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
479 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()480 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()488 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()489 markContactForAggregation(db, matchScore.getContactId()); in updateAggregationAfterVisibilityChange()
2001 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts() local2005 sb.append(matchScore.getContactId()); in queryMatchingContacts()2048 MatchScore matchScore = limitedMatches.get(i); in queryMatchingContacts() local2052 sb.append(matchScore.getContactId()); in queryMatchingContacts()2061 for (MatchScore matchScore : limitedMatches) { in queryMatchingContacts()2062 sortedContactIds.add(matchScore.getContactId()); in queryMatchingContacts()
316 private static int matchScore(Locale supported, Locale desired) { in matchScore() method in LocaleList346 final int score = matchScore(supportedLocale, mList[idx]); in findFirstMatchIndex()
3421 private int matchScore; field in TelephonyProvider.SimRestoreMatch3460 matchScore = calculateMatchScore(); in SimRestoreMatch()3473 return matchScore; in getMatchScore()
12834 HSPLandroid/os/LocaleList;->matchScore(Ljava/util/Locale;Ljava/util/Locale;)I+]Ljava/util/Locale;Lj…
12826 HSPLandroid/os/LocaleList;->matchScore(Ljava/util/Locale;Ljava/util/Locale;)I+]Ljava/util/Locale;Lj…
40995 Landroid/os/LocaleList;->matchScore(Ljava/util/Locale;Ljava/util/Locale;)I