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
436 public static final int FAIL_REASON_FONT_NOT_FOUND = Columns.RESULT_CODE_FONT_NOT_FOUND;
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt39995 field public static final int RESULT_CODE_FONT_NOT_FOUND = 1; // 0x1