Searched refs:MyAlertDialogFragment (Results 1 – 3 of 3) sorted by relevance
172 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()
561 DialogFragment newFragment = MyAlertDialogFragment.newConfirmStop(567 public static class MyAlertDialogFragment extends InstrumentedDialogFragment {569 public static MyAlertDialogFragment newConfirmStop(int id, ComponentName comp) {570 MyAlertDialogFragment frag = new MyAlertDialogFragment();
55 DialogFragment newFragment = new MyAlertDialogFragment(); in onCreate()94 public static class MyAlertDialogFragment extends DialogFragment { class in TestTvInputSetupActivity