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

/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCreationFragment.java46 public class AccountCreationFragment extends Fragment { class in inherits:Fragment
47 public static final String TAG = "AccountCreationFragment";
57 private static final String SAVESTATE_STAGE = "AccountCreationFragment.stage";
74 public AccountCreationFragment() { method in class:AccountCreationFragment
78 public static AccountCreationFragment newInstance(Account account, boolean syncEmail,
81 args.putParcelable(AccountCreationFragment.ACCOUNT_TAG, account);
82 args.putBoolean(AccountCreationFragment.SYNC_EMAIL_TAG, syncEmail);
83 args.putBoolean(AccountCreationFragment.SYNC_CALENDAR_TAG, syncCalendar);
84 args.putBoolean(AccountCreationFragment.SYNC_CONTACTS_TAG, syncContacts);
85 args.putBoolean(AccountCreationFragment
[all...]
H A DAccountSetupFinal.java58 AccountSetupNoteDialogFragment.Callback, AccountCreationFragment.Callback,
1156 final Fragment f = AccountCreationFragment.newInstance(account, syncEmail, syncCalendar,
1159 ft.add(f, AccountCreationFragment.TAG);
1191 final Fragment f = getFragmentManager().findFragmentByTag(AccountCreationFragment.TAG);
1193 LogUtils.wtf(LogUtils.TAG, "Couldn't find AccountCreationFragment to destroy");

Completed in 134 milliseconds