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

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCreationFragment.java47 public class AccountCreationFragment extends Fragment { class in inherits:Fragment
48 public static final String TAG = "AccountCreationFragment";
58 private static final String SAVESTATE_STAGE = "AccountCreationFragment.stage";
75 public AccountCreationFragment() { method in class:AccountCreationFragment
79 public static AccountCreationFragment newInstance(Account account, boolean syncEmail,
82 args.putParcelable(AccountCreationFragment.ACCOUNT_TAG, account);
83 args.putBoolean(AccountCreationFragment.SYNC_EMAIL_TAG, syncEmail);
84 args.putBoolean(AccountCreationFragment.SYNC_CALENDAR_TAG, syncCalendar);
85 args.putBoolean(AccountCreationFragment.SYNC_CONTACTS_TAG, syncContacts);
86 args.putBoolean(AccountCreationFragment
[all...]
H A DAccountSetupFinal.java63 AccountSetupNoteDialogFragment.Callback, AccountCreationFragment.Callback,
1166 final Fragment f = AccountCreationFragment.newInstance(account, syncEmail, syncCalendar,
1169 ft.add(f, AccountCreationFragment.TAG);
1201 final Fragment f = getFragmentManager().findFragmentByTag(AccountCreationFragment.TAG);
1203 LogUtils.wtf(LogUtils.TAG, "Couldn't find AccountCreationFragment to destroy");

Completed in 86 milliseconds