Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DFontListParser.java95 @Nullable String oemCustomizationXmlPath, in parse() argument
102 if (oemCustomizationXmlPath != null) { in parse()
103 try (InputStream is = new FileInputStream(oemCustomizationXmlPath)) { in parse()