Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java125 private CustomPrinterIconCache mCustomIconCache; field in PrintSpoolerService
139 mCustomIconCache = new CustomPrinterIconCache(getCacheDir()); in onCreate()
773 mCustomIconCache.onCustomPrinterIconLoaded(printerId, icon); in onCustomPrinterIconLoaded()
786 return mCustomIconCache.getIcon(printerId); in getCustomPrinterIcon()
793 mCustomIconCache.clear(); in clearCustomPrinterIconCache()