Home | History | Annotate | Download | only in print

Lines Matching refs:getCustomPrinterIcon

401     public final @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) {
408 return mGetCustomPrinterIconCaller.getCustomPrinterIcon(getRemoteInstanceLazy(),
416 "[user: " + mUserHandle.getIdentifier() + "] getCustomPrinterIcon()");
858 public Icon getCustomPrinterIcon(IPrintSpooler target, PrinterId printerId)
861 target.getCustomPrinterIcon(printerId, mCallback, sequence);