Searched refs:CreateAccountDialogFragment (Results 1 – 1 of 1) sorted by relevance
1211 public static class CreateAccountDialogFragment extends DialogFragment { class in AccountSetupFinal1213 public CreateAccountDialogFragment() {} in CreateAccountDialogFragment() method in AccountSetupFinal.CreateAccountDialogFragment1215 public static CreateAccountDialogFragment newInstance() { in newInstance()1216 return new CreateAccountDialogFragment(); in newInstance()1231 CreateAccountDialogFragment.newInstance() in showCreateAccountDialog()1232 .show(getFragmentManager(), CreateAccountDialogFragment.TAG); in showCreateAccountDialog()1237 getFragmentManager().findFragmentByTag(CreateAccountDialogFragment.TAG); in dismissCreateAccountDialog()