Home
last modified time | relevance | path

Searched refs:getMatchScore (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/graphics/java/android/graphics/fonts/
H A DFontStyle.java242 public int getMatchScore(@NonNull FontStyle o) { in getMatchScore() method in FontStyle
/aosp12/frameworks/base/core/java/android/provider/
H A DFontsContract.java704 int bestScore = normal.getMatchScore(bestFont.getStyle()); in buildTypeface()
707 final int score = normal.getMatchScore(candidate.getStyle()); in buildTypeface()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DTypeface.java356 int bestScore = normal.getMatchScore(bestFont.getStyle()); in createFromResources()
359 final int score = normal.getMatchScore(candidate.getStyle()); in createFromResources()
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DTelephonyProvider.java3355 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