Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DCustomPrinterIconCache.java52 public CustomPrinterIconCache(@NonNull File cacheDirectory) { in CustomPrinterIconCache() argument
53 mCacheDirectory = new File(cacheDirectory, "icons"); in CustomPrinterIconCache()