Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/graphics/
DTypefaceSystemFallbackTest.java159 @Nullable String oemXml, in buildSystemFallback() argument
169 if (oemXml != null) { in buildSystemFallback()
171 fos.write(oemXml.getBytes(StandardCharsets.UTF_8)); in buildSystemFallback()
207 private static FontCustomizationParser.Result readFontCustomization(String oemXml) { in readFontCustomization() argument
208 try (InputStream is = new ByteArrayInputStream(oemXml.getBytes(StandardCharsets.UTF_8))) { in readFontCustomization()
702 final String oemXml = "<?xml version='1.0' encoding='UTF-8'?>" in testBuildSystemFallback__Customization_new_named_family() local
711 buildSystemFallback(xml, oemXml, fontMap, fallbackMap); in testBuildSystemFallback__Customization_new_named_family()
745 final String oemXml = "<?xml version='1.0' encoding='UTF-8'?>" in testBuildSystemFallback__Customization_new_named_familyList() local
759 buildSystemFallback(xml, oemXml, fontMap, fallbackMap); in testBuildSystemFallback__Customization_new_named_familyList()
779 final String oemXml = "<?xml version='1.0' encoding='UTF-8'?>" in testBuildSystemFallback__Customization_new_named_family_override() local
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java59 String oemXml, in getSystemFontConfigInternal() argument
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java361 @Nullable String oemXml, in getSystemFontConfigInternal() argument
369 return FontListParser.parse(fontsXml, systemFontDir, oemXml, productFontDir, in getSystemFontConfigInternal()