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.java145 @Nullable String oemXml, in buildSystemFallback() argument
155 if (oemXml != null) { in buildSystemFallback()
157 fos.write(oemXml.getBytes(StandardCharsets.UTF_8)); in buildSystemFallback()
190 private static FontCustomizationParser.Result readFontCustomization(String oemXml) { in readFontCustomization() argument
191 try (InputStream is = new ByteArrayInputStream(oemXml.getBytes(StandardCharsets.UTF_8))) { in readFontCustomization()
685 final String oemXml = "<?xml version='1.0' encoding='UTF-8'?>" in testBuildSystemFallback__Customization_new_named_family() local
694 buildSystemFallback(xml, oemXml, fontMap, fallbackMap); in testBuildSystemFallback__Customization_new_named_family()
721 final String oemXml = "<?xml version='1.0' encoding='UTF-8'?>" in testBuildSystemFallback__Customization_new_named_family_override() local
730 buildSystemFallback(xml, oemXml, fontMap, fallbackMap); in testBuildSystemFallback__Customization_new_named_family_override()
750 final String oemXml = "<?xml version='1.0' encoding='UTF-8'?>" in testBuildSystemFallback__Customization_additional_alias() local
[all …]
/frameworks/layoutlib/bridge/src/android/graphics/fonts/
DSystemFonts_Delegate.java50 String oemXml, in getSystemFontConfigInternal() argument
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java237 @Nullable String oemXml, in getSystemFontConfigInternal() argument
244 return FontListParser.parse(fontsXml, systemFontDir, oemXml, productFontDir, in getSystemFontConfigInternal()