Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/app/
DFragmentAlertDialog.java57 DialogFragment newFragment = MyAlertDialogFragment.newInstance( in showDialog()
74 public static class MyAlertDialogFragment extends DialogFragment { class in FragmentAlertDialog
76 public static MyAlertDialogFragment newInstance(int title) { in newInstance()
77 MyAlertDialogFragment frag = new MyAlertDialogFragment(); in newInstance()