Home
last modified time | relevance | path

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

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