Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/print/
DIPrintSpooler.aidl93 void getCustomPrinterIcon(in PrinterId printerId, in getCustomPrinterIcon() method
DIPrintManager.aidl141 Icon getCustomPrinterIcon(in PrinterId printerId, int userId); in getCustomPrinterIcon() method
DPrinterInfo.java135 Icon icon = printManager.getCustomPrinterIcon(mId); in loadIcon()
DPrintManager.java393 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintManager
399 return mService.getCustomPrinterIcon(printerId, mUserId); in getCustomPrinterIcon()
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java401 public final @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in RemotePrintSpooler
408 return mGetCustomPrinterIconCaller.getCustomPrinterIcon(getRemoteInstanceLazy(), in getCustomPrinterIcon()
855 public Icon getCustomPrinterIcon(IPrintSpooler target, PrinterId printerId) in getCustomPrinterIcon() method in RemotePrintSpooler.GetCustomPrinterIconCaller
858 target.getCustomPrinterIcon(printerId, mCallback, sequence); in getCustomPrinterIcon()
DPrintManagerService.java191 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl
205 return userState.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
DUserState.java325 public @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in UserState
326 Icon icon = mSpooler.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java668 mIPrintManager.getCustomPrinterIcon(mGoodPrinterId, mUserId);
671 mIPrintManager.getCustomPrinterIcon(getBadPrinterId(), mUserId);
673 assertException(() -> mIPrintManager.getCustomPrinterIcon(null, mUserId),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java770 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintSpoolerService
1495 public void getCustomPrinterIcon(PrinterId printerId, IPrintSpoolerCallbacks callbacks, in getCustomPrinterIcon() method in PrintSpoolerService.PrintSpooler
1499 icon = PrintSpoolerService.this.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
/frameworks/base/config/
Dboot-image-profile.txt5622 HPLandroid/print/IPrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/graphics/…
5645 HPLandroid/print/IPrintSpooler;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/print/IPrin…