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.aidl150 Icon getCustomPrinterIcon(in PrinterId printerId, int userId); in getCustomPrinterIcon() method
DPrinterInfo.java139 Icon icon = printManager.getCustomPrinterIcon(mId); in loadIcon()
DPrintManager.java399 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintManager
405 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()
860 public Icon getCustomPrinterIcon(IPrintSpooler target, PrinterId printerId) in getCustomPrinterIcon() method in RemotePrintSpooler.GetCustomPrinterIconCaller
863 target.getCustomPrinterIcon(printerId, mCallback, sequence); in getCustomPrinterIcon()
DPrintManagerService.java243 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl
257 Icon icon = userState.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
DUserState.java330 public @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in UserState
331 Icon icon = mSpooler.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java704 mIPrintManager.getCustomPrinterIcon(mGoodPrinterId, mUserId);
707 mIPrintManager.getCustomPrinterIcon(getBadPrinterId(), mUserId);
709 assertException(() -> mIPrintManager.getCustomPrinterIcon(null, mUserId),
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java813 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintSpoolerService
1569 public void getCustomPrinterIcon(PrinterId printerId, IPrintSpoolerCallbacks callbacks, in getCustomPrinterIcon() method in PrintSpoolerService.PrintSpooler
1573 icon = PrintSpoolerService.this.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40101 Landroid/print/IPrintManager$Stub$Proxy;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/…
40154 Landroid/print/IPrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/graphics/dr…
40183 Landroid/print/IPrintSpooler$Stub$Proxy;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/pr…
40220 Landroid/print/IPrintSpooler;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/print/IPrintS…
40590 Landroid/print/PrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;)Landroid/graphics/draw…