Searched refs:FAIL_REASON_FONT_UNAVAILABLE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DFontsContract.java437 public static final int FAIL_REASON_FONT_UNAVAILABLE = Columns.RESULT_CODE_FONT_UNAVAILABLE; field in class:FontsContract.FontRequestCallback
449 FAIL_REASON_FONT_UNAVAILABLE,
469 * {@link #FAIL_REASON_FONT_UNAVAILABLE} or
/frameworks/support/compat/src/main/java/androidx/core/provider/
H A DFontsContractCompat.java478 public static final int FAIL_REASON_FONT_UNAVAILABLE = Columns.RESULT_CODE_FONT_UNAVAILABLE; field in class:FontsContractCompat.FontRequestCallback
488 FAIL_REASON_FONT_NOT_FOUND, FAIL_REASON_FONT_UNAVAILABLE,
510 * {@link #FAIL_REASON_FONT_UNAVAILABLE},

Completed in 25 milliseconds