Searched refs:setupAccountManagerAccount (Results 1 – 2 of 2) sorted by relevance
/packages/apps/Email/provider_src/com/android/email/service/ |
D | EmailServiceUtils.java | 289 public static AccountManagerFuture<Bundle> setupAccountManagerAccount(final Context context, in setupAccountManagerAccount() method in EmailServiceUtils 294 return setupAccountManagerAccount(context, account, email, calendar, contacts, in setupAccountManagerAccount() 309 public static AccountManagerFuture<Bundle> setupAccountManagerAccount(final Context context, in setupAccountManagerAccount() method in EmailServiceUtils 424 AccountManagerFuture<?> amFuture = setupAccountManagerAccount(context, account, in updateAccountManagerType()
|
/packages/apps/Email/src/com/android/email/activity/setup/ |
D | AccountCreationFragment.java | 187 EmailServiceUtils.setupAccountManagerAccount(mAppContext, account, in onCreateLoader()
|