Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java101 @Nullable String oemCustomizationXmlPath, in parse() argument
108 if (oemCustomizationXmlPath != null) { in parse()
109 try (InputStream is = new FileInputStream(oemCustomizationXmlPath)) { in parse()