Home
last modified time | relevance | path

Searched refs:onCustomPrinterIconCached (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/print/
DIPrintSpoolerCallbacks.aidl52 void onCustomPrinterIconCached(int sequence); in onCustomPrinterIconCached() method
/frameworks/base/services/print/java/com/android/server/print/
DRemotePrintSpooler.java807 public void onCustomPrinterIconCached(int sequence) { in OnCustomPrinterIconLoadedCaller()
891 public void onCustomPrinterIconCached(int sequence) { in onCustomPrinterIconCached() method in RemotePrintSpooler.BasePrintSpoolerServiceCallbacks
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPrintSpoolerService.java1490 callbacks.onCustomPrinterIconCached(sequence); in onCustomPrinterIconLoaded()