Searched defs:onUpdateCanceled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java155 public void onUpdateCanceled(); method in interface:RemotePrintDocument.UpdateResultCallbacks
376 Log.i(LOG_TAG, "[CALLING] onUpdateCanceled()");
378 mUpdateCallbacks.onUpdateCanceled();
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java445 public void onUpdateCanceled() { method in class:PrintActivity
447 Log.i(LOG_TAG, "onUpdateCanceled()");

Completed in 62 milliseconds