Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DCustomPrinterIconCache.java39 public class CustomPrinterIconCache { class
52 public CustomPrinterIconCache(@NonNull File cacheDirectory) { in CustomPrinterIconCache() method in CustomPrinterIconCache
H A DPrintSpoolerService.java128 private CustomPrinterIconCache mCustomIconCache;
145 mCustomIconCache = new CustomPrinterIconCache(getCacheDir()); in onCreate()