Home
last modified time | relevance | path

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

/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java400 public final @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in RemotePrintSpooler
407 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.java192 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl
206 return userState.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
DUserState.java318 public @Nullable Icon getCustomPrinterIcon(@NonNull PrinterId printerId) { in getCustomPrinterIcon() method in UserState
319 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.java135 Icon icon = printManager.getCustomPrinterIcon(mId); in loadIcon()
DPrintManager.java405 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintManager
411 return mService.getCustomPrinterIcon(printerId, mUserId); in getCustomPrinterIcon()
/frameworks/base/core/tests/coretests/src/android/print/
DIPrintManagerParametersTest.java791 mIPrintManager.getCustomPrinterIcon(mGoodPrinterId, mUserId);
794 mIPrintManager.getCustomPrinterIcon(mBadPrinterId, mUserId);
799 mIPrintManager.getCustomPrinterIcon(null, mUserId);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java768 public Icon getCustomPrinterIcon(PrinterId printerId) { in getCustomPrinterIcon() method in PrintSpoolerService
1493 public void getCustomPrinterIcon(PrinterId printerId, IPrintSpoolerCallbacks callbacks, in getCustomPrinterIcon() method in PrintSpoolerService.PrintSpooler
1497 icon = PrintSpoolerService.this.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()