Searched refs:getCustomPrinterIcon (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintSpooler.java | 400 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()
|
D | PrintManagerService.java | 192 public Icon getCustomPrinterIcon(PrinterId printerId, int userId) { in getCustomPrinterIcon() method in PrintManagerService.PrintManagerImpl 206 return userState.getCustomPrinterIcon(printerId); in getCustomPrinterIcon()
|
D | UserState.java | 318 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/ |
D | IPrintSpooler.aidl | 93 void getCustomPrinterIcon(in PrinterId printerId, in getCustomPrinterIcon() method
|
D | IPrintManager.aidl | 141 Icon getCustomPrinterIcon(in PrinterId printerId, int userId); in getCustomPrinterIcon() method
|
D | PrinterInfo.java | 135 Icon icon = printManager.getCustomPrinterIcon(mId); in loadIcon()
|
D | PrintManager.java | 405 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/ |
D | IPrintManagerParametersTest.java | 791 mIPrintManager.getCustomPrinterIcon(mGoodPrinterId, mUserId); 794 mIPrintManager.getCustomPrinterIcon(mBadPrinterId, mUserId); 799 mIPrintManager.getCustomPrinterIcon(null, mUserId);
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | PrintSpoolerService.java | 768 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()
|