Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DOtfFontFileParser.java50 public String buildFontFileName(File file) throws IOException { in buildFontFileName() method in OtfFontFileParser
H A DUpdatableFontDir.java70 String buildFontFileName(File file) throws IOException; in buildFontFileName() method
365 fontFileName = mParser.buildFontFileName(tempNewFontFile); in installFontFile()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java83 public String buildFontFileName(File file) throws IOException { in buildFontFileName() method in UpdatableFontDirTest.FakeFontFileParser
711 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToParsePostScript()
748 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToParsePostScriptName_invalidFont()
785 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToCreateTypeface()
786 return mParser.buildFontFileName(file); in installFontFile_failedToCreateTypeface()