Home
last modified time | relevance | path

Searched refs:mConfigSupplier (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java180 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct()
203 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct()
226 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_empty()
236 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_missingFsverity()
254 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_missingFsverity()
266 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_fontNameMismatch()
285 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_fontNameMismatch()
297 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_missingSignatureFile()
311 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_missingSignatureFile()
389 mConfigFile, mCurrentTimeSupplier, mConfigSupplier); in construct_afterBatchFailure()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DUpdatableFontDir.java132 private final Function<Map<String, File>, FontConfig> mConfigSupplier; field in UpdatableFontDir
161 mConfigSupplier = configSupplier; in UpdatableFontDir()
599 FontConfig config = mConfigSupplier.apply(getPostScriptMap()); in getSystemFontConfig()