Home
last modified time | relevance | path

Searched refs:onUpdateFailed (Results 1 – 2 of 2) sorted by relevance

/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java169 public void onUpdateFailed(CharSequence error); in onUpdateFailed() method
417 mUpdateCallbacks.onUpdateFailed(error); in notifyUpdateFailed()
/aosp14/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java608 public void onUpdateFailed(CharSequence error) { in onUpdateFailed() method in PrintActivity