Home
last modified time | relevance | path

Searched refs:PersistentSystemFontConfig (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
DPersistentSystemFontConfigTest.java46 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in testWriteRead()
58 PersistentSystemFontConfig.writeToXml(baos, config); in testWriteRead()
64 PersistentSystemFontConfig.Config another = new PersistentSystemFontConfig.Config(); in testWriteRead()
65 PersistentSystemFontConfig.loadFromXml(bais, another); in testWriteRead()
82 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in testWrongType()
83 PersistentSystemFontConfig.loadFromXml(bais, config); in testWrongType()
DUpdatableFontDirTest.java186 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in construct()
688 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in installFontFile_failedToWriteConfigXml()
1623 private static PersistentSystemFontConfig.Config readConfig(File file) throws Exception { in readConfig()
1624 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in readConfig()
1626 PersistentSystemFontConfig.loadFromXml(is, config); in readConfig()
1631 private static void writeConfig(PersistentSystemFontConfig.Config config, in writeConfig()
1634 PersistentSystemFontConfig.writeToXml(fos, config); in writeConfig()
/frameworks/base/services/core/java/com/android/server/graphics/fonts/
DUpdatableFontDir.java175 PersistentSystemFontConfig.Config config = readPersistentConfig(); in loadFontFileMap()
303 PersistentSystemFontConfig.Config curConfig = readPersistentConfig(); in update()
338 PersistentSystemFontConfig.Config newConfig = new PersistentSystemFontConfig.Config(); in update()
646 PersistentSystemFontConfig.Config persistentConfig = readPersistentConfig(); in getSystemFontConfig()
669 private PersistentSystemFontConfig.Config readPersistentConfig() { in readPersistentConfig()
670 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in readPersistentConfig()
672 PersistentSystemFontConfig.loadFromXml(fis, config); in readPersistentConfig()
679 private void writePersistentConfig(PersistentSystemFontConfig.Config config) in writePersistentConfig()
684 PersistentSystemFontConfig.writeToXml(fos, config); in writePersistentConfig()
701 PersistentSystemFontConfig.Config curConfig = readPersistentConfig(); in getFontFamilyMap()
DPersistentSystemFontConfig.java39 /* package */ class PersistentSystemFontConfig { class
/frameworks/base/services/
Dart-wear-profile11703 PLcom/android/server/graphics/fonts/PersistentSystemFontConfig$Config;-><init>()V
11714 …ntDir;->readPersistentConfig()Lcom/android/server/graphics/fonts/PersistentSystemFontConfig$Config;