Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/printservice/
DCustomPrinterIconCallback.java53 public boolean onCustomPrinterIconLoaded(@Nullable Icon icon) { in onCustomPrinterIconLoaded() method in CustomPrinterIconCallback
55 mObserver.onCustomPrinterIconLoaded(mPrinterId, icon); in onCustomPrinterIconLoaded()
DIPrintServiceClient.aidl74 void onCustomPrinterIconLoaded(in PrinterId printerId, in Icon icon); in onCustomPrinterIconLoaded() method
/frameworks/base/core/java/android/print/
DIPrintSpooler.aidl81 void onCustomPrinterIconLoaded(in PrinterId printerId, in Icon icon, in onCustomPrinterIconLoaded() method
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java368 public final void onCustomPrinterIconLoaded(@NonNull PrinterId printerId, in onCustomPrinterIconLoaded() method in RemotePrintSpooler
376 mCustomPrinterIconLoadedCaller.onCustomPrinterIconLoaded(getRemoteInstanceLazy(), in onCustomPrinterIconLoaded()
818 public Void onCustomPrinterIconLoaded(IPrintSpooler target, PrinterId printerId, in onCustomPrinterIconLoaded() method in RemotePrintSpooler.OnCustomPrinterIconLoadedCaller
821 target.onCustomPrinterIconLoaded(printerId, icon, mCallback, sequence); in onCustomPrinterIconLoaded()
DRemotePrintService.java117 public void onCustomPrinterIconLoaded(PrinterId printerId, Icon icon); in onCustomPrinterIconLoaded() method
854 public void onCustomPrinterIconLoaded(PrinterId printerId, Icon icon) in onCustomPrinterIconLoaded() method in RemotePrintService.RemotePrintServiceClient
860 service.mCallbacks.onCustomPrinterIconLoaded(printerId, icon); in onCustomPrinterIconLoaded()
DUserState.java751 public void onCustomPrinterIconLoaded(PrinterId printerId, Icon icon) { in onCustomPrinterIconLoaded() method in UserState
752 mSpooler.onCustomPrinterIconLoaded(printerId, icon); in onCustomPrinterIconLoaded()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DCustomPrinterIconCache.java140 public synchronized void onCustomPrinterIconLoaded(@NonNull PrinterId printerId, in onCustomPrinterIconLoaded() method in CustomPrinterIconCache
DPrintSpoolerService.java800 public void onCustomPrinterIconLoaded(PrinterId printerId, Icon icon) { in onCustomPrinterIconLoaded() method in PrintSpoolerService
801 mCustomIconCache.onCustomPrinterIconLoaded(printerId, icon); in onCustomPrinterIconLoaded()
1558 public void onCustomPrinterIconLoaded(PrinterId printerId, Icon icon, in onCustomPrinterIconLoaded() method in PrintSpoolerService.PrintSpooler
1562 PrintSpoolerService.this.onCustomPrinterIconLoaded(printerId, icon); in onCustomPrinterIconLoaded()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/base/api/
Dcurrent.txt38201 method public boolean onCustomPrinterIconLoaded(@Nullable android.graphics.drawable.Icon);