/aosp12/frameworks/base/services/print/java/com/android/server/print/ |
H A D | RemotePrintSpooler.java | 401 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()
|
H A D | PrintManagerService.java | 243 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl 257 return userState.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
|
H A D | UserState.java | 327 public @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in UserState 328 Icon icon = mSpooler.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
|
/aosp12/frameworks/base/core/java/android/print/ |
H A D | IPrintSpooler.aidl | 93 void getCustomPrinterIcon(in PrinterId printerId, in getCustomPrinterIcon() method
|
H A D | IPrintManager.aidl | 141 Icon getCustomPrinterIcon(in PrinterId printerId, int userId); in getCustomPrinterIcon() method
|
H A D | PrintManager.java | 398 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintManager 404 return mService.getCustomPrinterIcon(printerId, mUserId); in getCustomPrinterIcon()
|
H A D | PrinterInfo.java | 139 Icon icon = printManager.getCustomPrinterIcon(mId); in loadIcon()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/print/ |
H A D | IPrintManagerParametersTest.java | 690 mIPrintManager.getCustomPrinterIcon(mGoodPrinterId, mUserId); 693 mIPrintManager.getCustomPrinterIcon(getBadPrinterId(), mUserId); 695 assertException(() -> mIPrintManager.getCustomPrinterIcon(null, mUserId),
|
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
H A D | PrintSpoolerService.java | 813 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()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 44067 Landroid/print/IPrintManager$Stub$Proxy;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/… 44120 Landroid/print/IPrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;I)Landroid/graphics/dr… 44149 Landroid/print/IPrintSpooler$Stub$Proxy;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/pr… 44186 Landroid/print/IPrintSpooler;->getCustomPrinterIcon(Landroid/print/PrinterId;Landroid/print/IPrintS… 44556 Landroid/print/PrintManager;->getCustomPrinterIcon(Landroid/print/PrinterId;)Landroid/graphics/draw…
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 36797 PLcom/android/server/print/PrintManagerService$PrintManagerImpl;->getCustomPrinterIcon(Landroid/pri… 36975 PLcom/android/server/print/RemotePrintSpooler$GetCustomPrinterIconCaller;->getCustomPrinterIcon(Lan… 37022 PLcom/android/server/print/RemotePrintSpooler;->getCustomPrinterIcon(Landroid/print/PrinterId;)Land… 37161 PLcom/android/server/print/UserState;->getCustomPrinterIcon(Landroid/print/PrinterId;)Landroid/grap…
|