Searched defs:AccountCreationFragment (Results 1 - 1 of 1) 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...]

Completed in 12 milliseconds