OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
126
PrintErrorFragment
.OnActionListener, PageAdapter.ContentCallbacks,
515
ensureErrorUiShown(null,
PrintErrorFragment
.ACTION_RETRY);
615
ensureErrorUiShown(error,
PrintErrorFragment
.ACTION_RETRY);
[
all
...]
Completed in 149 milliseconds