Searched refs:mUpdatableFontDir (Results 1 – 1 of 1) sorted by relevance
181 private final UpdatableFontDir mUpdatableFontDir; field in FontManagerService197 mUpdatableFontDir = createUpdatableFontDir(safeMode); in FontManagerService()213 if (mUpdatableFontDir == null) { in initialize()217 mUpdatableFontDir.loadFontFileMap(); in initialize()235 if (mUpdatableFontDir == null) { in update()243 if (baseVersion != -1 && mUpdatableFontDir.getConfigVersion() != baseVersion) { in update()248 mUpdatableFontDir.update(requests); in update()275 if (mUpdatableFontDir == null) { in getFontFileMap()279 return mUpdatableFontDir.getPostScriptMap(); in getFontFileMap()304 if (mUpdatableFontDir == null) { in getSystemFontConfig()[all …]