Searched refs:AccountCreationFragment (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountCreationFragment.java | 47 public class AccountCreationFragment extends Fragment { class 75 public AccountCreationFragment() { in AccountCreationFragment() method in AccountCreationFragment 79 public static AccountCreationFragment newInstance(Account account, boolean syncEmail, in newInstance() 82 args.putParcelable(AccountCreationFragment.ACCOUNT_TAG, account); in newInstance() 83 args.putBoolean(AccountCreationFragment.SYNC_EMAIL_TAG, syncEmail); in newInstance() 84 args.putBoolean(AccountCreationFragment.SYNC_CALENDAR_TAG, syncCalendar); in newInstance() 85 args.putBoolean(AccountCreationFragment.SYNC_CONTACTS_TAG, syncContacts); in newInstance() 86 args.putBoolean(AccountCreationFragment.NOTIFICATIONS_TAG, enableNotifications); in newInstance() 88 final AccountCreationFragment f = new AccountCreationFragment(); in newInstance()
|
D | AccountSetupFinal.java | 63 AccountSetupNoteDialogFragment.Callback, AccountCreationFragment.Callback, 1166 final Fragment f = AccountCreationFragment.newInstance(account, syncEmail, syncCalendar, in initiateAccountCreation() 1169 ft.add(f, AccountCreationFragment.TAG); in initiateAccountCreation() 1201 final Fragment f = getFragmentManager().findFragmentByTag(AccountCreationFragment.TAG); in destroyAccountCreationFragment()
|