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.java128 private CustomPrinterIconCache mCustomIconCache; field in PrintSpoolerService
145 mCustomIconCache = new CustomPrinterIconCache(getCacheDir()); in onCreate()
801 mCustomIconCache.onCustomPrinterIconLoaded(printerId, icon); in onCustomPrinterIconLoaded()
814 return mCustomIconCache.getIcon(printerId); in getCustomPrinterIcon()
821 mCustomIconCache.clear(); in clearCustomPrinterIconCache()