Home
last modified time | relevance | path

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

/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java93 private final GetCustomPrinterIconCaller mGetCustomPrinterIconCaller =
94 new GetCustomPrinterIconCaller();
847 private static final class GetCustomPrinterIconCaller extends TimedRemoteCaller<Icon> { class in RemotePrintSpooler
850 public GetCustomPrinterIconCaller() { in GetCustomPrinterIconCaller() method in RemotePrintSpooler.GetCustomPrinterIconCaller