Home
last modified time | relevance | path

Searched refs:font2 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/
DFontsContractTest.java309 FontInfo font2 = fonts[1]; in queryMultipleOneNotFound() local
310 assertEquals(Columns.RESULT_CODE_FONT_NOT_FOUND, font2.getResultCode()); in queryMultipleOneNotFound()
/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java845 Typeface font2 = mResources.getFont(R.font.sample_regular_font); in testGetFont_fontFileIsCached() local
847 assertEquals(font, font2); in testGetFont_fontFileIsCached()
852 Typeface font2 = mResources.getFont(R.font.samplexmlfont); in testGetFont_xmlFileIsCached() local
854 assertEquals(font, font2); in testGetFont_xmlFileIsCached()