Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DOtfFontFileParser.java50 public String buildFontFileName(File file) throws IOException { in buildFontFileName() method in OtfFontFileParser
DUpdatableFontDir.java66 String buildFontFileName(File file) throws IOException; in buildFontFileName() method
339 fontFileName = mParser.buildFontFileName(tempNewFontFile); in installFontFile()
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
DUpdatableFontDirTest.java83 public String buildFontFileName(File file) throws IOException { in buildFontFileName() method in UpdatableFontDirTest.FakeFontFileParser
679 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToParsePostScript()
716 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToParsePostScriptName_invalidFont()
753 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToCreateTypeface()
754 return mParser.buildFontFileName(file); in installFontFile_failedToCreateTypeface()