Searched refs:onLayoutFailed (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/print/
H A DILayoutResultCallback.aidl30 void onLayoutFailed(CharSequence error, int sequence);
H A DPrintDocumentAdapter.java140 * LayoutResultCallback#onLayoutFailed(CharSequence)}, if an error occurred;
327 public void onLayoutFailed(CharSequence error) { method in class:PrintDocumentAdapter.LayoutResultCallback
H A DPrintManager.java872 public void onLayoutFailed(CharSequence error) { method in class:PrintManager.PrintDocumentAdapterDelegate.MyLayoutResultCallback
887 callback.onLayoutFailed(error, mSequence);
889 Log.e(LOG_TAG, "Error calling onLayoutFailed", re);
913 Log.e(LOG_TAG, "Error calling onLayoutFailed", re);
/frameworks/support/v4/kitkat/android/support/v4/print/
H A DPrintHelperKitkat.java384 layoutResultCallback.onLayoutFailed(null);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java732 Log.i(LOG_TAG, "[CALLBACK] onLayoutFailed");
848 public void onLayoutFailed(CharSequence error, int sequence) { method in class:RemotePrintDocument.LayoutCommand.LayoutResultCallback

Completed in 143 milliseconds