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

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

Completed in 16 milliseconds