Home
last modified time | relevance | path

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

/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DIntentDialogFragment.java44 public class IntentDialogFragment extends DialogFragment { class
60 public static IntentDialogFragment newInstance(String activityName, List<String> flags, in newInstance()
62 IntentDialogFragment fragment = new IntentDialogFragment(); in newInstance()
DInlineAdapter.java152 IntentDialogFragment.newInstance(shortClassName, flags, taskId).show(manager, in showDialogWithFlags()