HomeSort by relevance Sort by last modified time
    Searched refs:CustomPrinterIconCache (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
CustomPrinterIconCache.java 39 public class CustomPrinterIconCache {
41 private final static String LOG_TAG = "CustomPrinterIconCache";
52 public CustomPrinterIconCache(@NonNull File cacheDirectory) {
PrintSpoolerService.java 125 private CustomPrinterIconCache mCustomIconCache;
139 mCustomIconCache = new CustomPrinterIconCache(getCacheDir());
    [all...]

Completed in 115 milliseconds