Searched refs:MyAlertDialogFragment (Results 1 – 1 of 1) sorted by relevance
57 DialogFragment newFragment = MyAlertDialogFragment.newInstance( in showDialog()74 public static class MyAlertDialogFragment extends DialogFragment { class in FragmentAlertDialog76 public static MyAlertDialogFragment newInstance(int title) { in newInstance()77 MyAlertDialogFragment frag = new MyAlertDialogFragment(); in newInstance()