Searched refs:getMatchScore (Results 1 – 4 of 4) sorted by relevance
242 public int getMatchScore(@NonNull FontStyle o) { in getMatchScore() method in FontStyle
704 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface()707 final int score = normal.getMatchScore(candidate.getStyle()); in buildTypeface()
356 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources()359 final int score = normal.getMatchScore(candidate.getStyle()); in createFromResources()
3355 if (bestRestoreMatch == null || (currSimRestoreMatch.getMatchScore() in findAndRestoreAllMatches()3356 >= bestRestoreMatch.getMatchScore() in findAndRestoreAllMatches()3364 if (bestRestoreMatch.getMatchScore() != 0 && newContentValues != null) { in findAndRestoreAllMatches()3472 public int getMatchScore() { in getMatchScore() method in TelephonyProvider.SimRestoreMatch