Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java61 final String testFontsXml = new File(mTestFontsDir, "fonts.xml").getAbsolutePath(); in FontFallbackSetup() local
74 try (FileOutputStream fos = new FileOutputStream(testFontsXml)) { in FontFallbackSetup()
82 fontConfig = FontListParser.parse(testFontsXml, mTestFontsDir, null, null, null, 0, 0); in FontFallbackSetup()