Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintErrorFragment.java35 public final class PrintErrorFragment extends Fragment { class
46 public static PrintErrorFragment newInstance(CharSequence message, int action) { in newInstance()
50 PrintErrorFragment fragment = new PrintErrorFragment(); in newInstance()
DPrintActivity.java126 PrintErrorFragment.OnActionListener, PageAdapter.ContentCallbacks,
515 ensureErrorUiShown(null, PrintErrorFragment.ACTION_RETRY); in onPrintDocumentError()
615 ensureErrorUiShown(error, PrintErrorFragment.ACTION_RETRY); in onUpdateFailed()
1107 Fragment fragment = PrintErrorFragment.newInstance(message, action); in ensureErrorUiShown()
2085 PrintErrorFragment.ACTION_NONE); in onPrinterUnavailable()