Home
last modified time | relevance | path

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

/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.java241 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl
255 return userState.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
DUserState.java326 public @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in UserState
327 Icon icon = mSpooler.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
/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.java139 Icon icon = printManager.getCustomPrinterIcon(mId); in loadIcon()
DPrintManager.java398 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintManager
404 return mService.getCustomPrinterIcon(printerId, mUserId); in getCustomPrinterIcon()
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java685 mIPrintManager.getCustomPrinterIcon(mGoodPrinterId, mUserId);
688 mIPrintManager.getCustomPrinterIcon(getBadPrinterId(), mUserId);
690 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/config/
Dhiddenapi-greylist-max-o.txt54629 Landroid/print/IPrintManager$Stub$Proxy;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/…
54682 Landroid/print/IPrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/graphics/dr…
54711 Landroid/print/IPrintSpooler$Stub$Proxy;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/pr…
54748 Landroid/print/IPrintSpooler;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/print/IPrintS…
55118 Landroid/print/PrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;)Landroid/graphics/draw…