Searched refs:PersistentSystemFontConfig (Results 1 – 5 of 5) sorted by relevance
46 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()
176 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in construct()640 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in installFontFile_failedToWriteConfigXml()996 private static PersistentSystemFontConfig.Config readConfig(File file) throws Exception { in readConfig()997 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in readConfig()999 PersistentSystemFontConfig.loadFromXml(is, config); in readConfig()1004 private static void writeConfig(PersistentSystemFontConfig.Config config, in writeConfig()1007 PersistentSystemFontConfig.writeToXml(fos, config); in writeConfig()
171 PersistentSystemFontConfig.Config config = readPersistentConfig(); in loadFontFileMap()237 PersistentSystemFontConfig.Config curConfig = readPersistentConfig(); in update()272 PersistentSystemFontConfig.Config newConfig = new PersistentSystemFontConfig.Config(); in update()542 PersistentSystemFontConfig.Config persistentConfig = readPersistentConfig(); in getSystemFontConfig()564 private PersistentSystemFontConfig.Config readPersistentConfig() { in readPersistentConfig()565 PersistentSystemFontConfig.Config config = new PersistentSystemFontConfig.Config(); in readPersistentConfig()567 PersistentSystemFontConfig.loadFromXml(fis, config); in readPersistentConfig()574 private void writePersistentConfig(PersistentSystemFontConfig.Config config) in writePersistentConfig()579 PersistentSystemFontConfig.writeToXml(fos, config); in writePersistentConfig()596 PersistentSystemFontConfig.Config curConfig = readPersistentConfig(); in getFontFamilyMap()
38 /* package */ class PersistentSystemFontConfig { class
19269 HSPLcom/android/server/graphics/fonts/PersistentSystemFontConfig$Config;-><init>()V19281 …ntDir;->readPersistentConfig()Lcom/android/server/graphics/fonts/PersistentSystemFontConfig$Config;53618 Lcom/android/server/graphics/fonts/PersistentSystemFontConfig$Config;