Searched refs:MyAlertDialogFragment (Results 1 – 3 of 3) sorted by relevance
171 DialogFragment newFragment = MyAlertDialogFragment.newInstance(id, moveErrorCode); in showDialogInner()238 public static class MyAlertDialogFragment extends InstrumentedDialogFragment { class in AppInfoBase258 public static MyAlertDialogFragment newInstance(int id, int errorCode) { in newInstance()259 MyAlertDialogFragment dialogFragment = new MyAlertDialogFragment(); in newInstance()
559 DialogFragment newFragment = MyAlertDialogFragment.newConfirmStop(565 public static class MyAlertDialogFragment extends InstrumentedDialogFragment {567 public static MyAlertDialogFragment newConfirmStop(int id, ComponentName comp) {568 MyAlertDialogFragment frag = new MyAlertDialogFragment();
45 DialogFragment newFragment = new MyAlertDialogFragment(); in onCreate()62 public static class MyAlertDialogFragment extends DialogFragment { class in TestTvInputSetupActivity