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.java70 String buildFontFileName(File file) throws IOException; in buildFontFileName() method
404 fontFileName = mParser.buildFontFileName(tempNewFontFile); in installFontFile()
/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
DUpdatableFontDirTest.java94 public String buildFontFileName(File file) throws IOException { in buildFontFileName() method in UpdatableFontDirTest.FakeFontFileParser
727 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToParsePostScript()
764 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToParsePostScriptName_invalidFont()
801 public String buildFontFileName(File file) throws IOException { in installFontFile_failedToCreateTypeface()
802 return mParser.buildFontFileName(file); in installFontFile_failedToCreateTypeface()