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

/development/samples/ApiDemos/src/com/example/android/apis/app/
H A DFragmentAlertDialog.java57 DialogFragment newFragment = MyAlertDialogFragment.newInstance(
74 public static class MyAlertDialogFragment extends DialogFragment { class in class:FragmentAlertDialog
76 public static MyAlertDialogFragment newInstance(int title) {
77 MyAlertDialogFragment frag = new MyAlertDialogFragment();
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentAlertDialogSupport.java58 DialogFragment newFragment = MyAlertDialogFragment.newInstance(
75 public static class MyAlertDialogFragment extends DialogFragment { class in class:FragmentAlertDialogSupport
77 public static MyAlertDialogFragment newInstance(int title) {
78 MyAlertDialogFragment frag = new MyAlertDialogFragment();

Completed in 98 milliseconds