Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/graphics/fonts/
H A DUpdatableFontDir.java155 Function<Map<String, File>, FontConfig> configSupplier) { in UpdatableFontDir() argument
161 mConfigSupplier = configSupplier; in UpdatableFontDir()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/graphics/fonts/
H A DUpdatableFontDirTest.java321 Function<Map<String, File>, FontConfig> configSupplier = (map) -> { in construct_olderThanPreinstalledFont() local
340 mConfigFile, mCurrentTimeSupplier, configSupplier); in construct_olderThanPreinstalledFont()
360 mConfigFile, mCurrentTimeSupplier, configSupplier); in construct_olderThanPreinstalledFont()