Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/provider/
DFontsContractTest.java19 import static android.provider.FontsContract.Columns.RESULT_CODE_FONT_NOT_FOUND;
112 mProvider.setResultCode(RESULT_CODE_FONT_NOT_FOUND); in testGetFontFromProvider_resultFontNotFound()
120 assertEquals(RESULT_CODE_FONT_NOT_FOUND, font.getResultCode()); in testGetFontFromProvider_resultFontNotFound()
170 RESULT_CODE_FONT_NOT_FOUND}); in testGetFontFromProvider_resultFontNotFoundSecondRow()
192 assertEquals(RESULT_CODE_FONT_NOT_FOUND, font.getResultCode()); in testGetFontFromProvider_resultFontNotFoundSecondRow()
202 RESULT_CODE_FONT_NOT_FOUND}); in testGetFontFromProvider_resultFontNotFoundOtherRow()
225 assertEquals(RESULT_CODE_FONT_NOT_FOUND, font.getResultCode()); in testGetFontFromProvider_resultFontNotFoundOtherRow()
/frameworks/base/core/java/android/provider/
DFontsContract.java141 public static final int RESULT_CODE_FONT_NOT_FOUND = 1; field in FontsContract.Columns
429 public static final int FAIL_REASON_FONT_NOT_FOUND = Columns.RESULT_CODE_FONT_NOT_FOUND;
/frameworks/base/non-updatable-api/
Dcurrent.txt38497 field public static final int RESULT_CODE_FONT_NOT_FOUND = 1; // 0x1
/frameworks/base/api/
Dcurrent.txt38641 field public static final int RESULT_CODE_FONT_NOT_FOUND = 1; // 0x1