Home
last modified time | relevance | path

Searched defs:getCustomPrinterIcon (Results 1 – 7 of 7) sorted by relevance

/aosp12/frameworks/base/core/java/android/print/
H A DIPrintSpooler.aidl93 void getCustomPrinterIcon(in PrinterId printerId, in getCustomPrinterIcon() method
H A DIPrintManager.aidl141 Icon getCustomPrinterIcon(in PrinterId printerId, int userId); in getCustomPrinterIcon() method
H A DPrintManager.java398 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintManager
/aosp12/frameworks/base/services/print/java/com/android/server/print/
H A DRemotePrintSpooler.java401 public final @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in RemotePrintSpooler
860 public Icon getCustomPrinterIcon(IPrintSpooler target, PrinterId printerId) in getCustomPrinterIcon() method in RemotePrintSpooler.GetCustomPrinterIconCaller
H A DPrintManagerService.java243 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl
H A DUserState.java327 public @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in UserState
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A 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