Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A 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()
H A DPrintActivity.java125 PrintErrorFragment.OnActionListener, PageAdapter.ContentCallbacks,
514 ensureErrorUiShown(null, PrintErrorFragment.ACTION_RETRY); in onPrintDocumentError()
614 ensureErrorUiShown(error, PrintErrorFragment.ACTION_RETRY); in onUpdateFailed()
1106 Fragment fragment = PrintErrorFragment.newInstance(message, action); in ensureErrorUiShown()
2084 PrintErrorFragment.ACTION_NONE); in onPrinterUnavailable()