HomeSort by relevance Sort by last modified time
    Searched defs:PrintErrorFragment (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PrintErrorFragment.java 35 public final class PrintErrorFragment extends Fragment {
46 public static PrintErrorFragment newInstance(CharSequence message, int action) {
50 PrintErrorFragment fragment = new PrintErrorFragment();
PrintActivity.java 108 PrintErrorFragment.OnActionListener, PageAdapter.ContentCallbacks,
409 ensureErrorUiShown(null, PrintErrorFragment.ACTION_RETRY);
492 ensureErrorUiShown(error, PrintErrorFragment.ACTION_RETRY);
883 Fragment fragment = PrintErrorFragment.newInstance(message, action);
    [all...]

Completed in 54 milliseconds