Home
last modified time | relevance | path

Searched refs:onCustomPrinterIconLoaded (Results 1 – 11 of 11) 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/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/core/java/android/print/
DIPrintSpooler.aidl81 void onCustomPrinterIconLoaded(in PrinterId printerId, in Icon icon, in onCustomPrinterIconLoaded() method
/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/config/
Dhiddenapi-greylist-max-o.txt54716 Landroid/print/IPrintSpooler$Stub$Proxy;->onCustomPrinterIconLoaded(Landroid/print/PrinterId;Landro…
54751 Landroid/print/IPrintSpooler;->onCustomPrinterIconLoaded(Landroid/print/PrinterId;Landroid/graphics…
55195 Landroid/printservice/IPrintServiceClient$Stub$Proxy;->onCustomPrinterIconLoaded(Landroid/print/Pri…
55220 Landroid/printservice/IPrintServiceClient;->onCustomPrinterIconLoaded(Landroid/print/PrinterId;Land…
/frameworks/base/non-updatable-api/
Dcurrent.txt36706 method public boolean onCustomPrinterIconLoaded(@Nullable android.graphics.drawable.Icon);
/frameworks/base/api/
Dcurrent.txt36850 method public boolean onCustomPrinterIconLoaded(@Nullable android.graphics.drawable.Icon);