/frameworks/base/core/java/android/printservice/ |
D | CustomPrinterIconCallback.java | 53 public boolean onCustomPrinterIconLoaded(@Nullable Icon icon) { in onCustomPrinterIconLoaded() method in CustomPrinterIconCallback 55 mObserver.onCustomPrinterIconLoaded(mPrinterId, icon); in onCustomPrinterIconLoaded()
|
D | IPrintServiceClient.aidl | 74 void onCustomPrinterIconLoaded(in PrinterId printerId, in Icon icon); in onCustomPrinterIconLoaded() method
|
/frameworks/base/services/print/java/com/android/server/print/ |
D | RemotePrintSpooler.java | 368 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()
|
D | RemotePrintService.java | 117 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()
|
D | UserState.java | 751 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/ |
D | IPrintSpooler.aidl | 81 void onCustomPrinterIconLoaded(in PrinterId printerId, in Icon icon, in onCustomPrinterIconLoaded() method
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/ |
D | CustomPrinterIconCache.java | 140 public synchronized void onCustomPrinterIconLoaded(@NonNull PrinterId printerId, in onCustomPrinterIconLoaded() method in CustomPrinterIconCache
|
D | PrintSpoolerService.java | 800 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/ |
D | hiddenapi-greylist-max-o.txt | 54716 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/ |
D | current.txt | 36706 method public boolean onCustomPrinterIconLoaded(@Nullable android.graphics.drawable.Icon);
|
/frameworks/base/api/ |
D | current.txt | 36850 method public boolean onCustomPrinterIconLoaded(@Nullable android.graphics.drawable.Icon);
|