Searched defs:mAccountType (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2690 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2773 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2873 mAuthenticator.startAddAccountSession(this, mAccountType, authTokenType,
2970 || !mAccountType.equalsIgnoreCase(accountType)) {
2975 sessionBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType);
3124 mAuthenticator.finishSession(this, mAccountType, decryptedBundle);
3433 mAuthenticator.editProperties(this, mAccountType);
3615 mAccountsOfType = getAccountsFromCacheLocked(mAccounts, mAccountType, mCallingUid,
4109 final String mAccountType; field in class:AccountManagerService.Session
4146 mAccountType
[all...]
/frameworks/base/core/java/com/android/internal/app/
H A DConfirmUserCreationActivity.java47 private String mAccountType; field in class:ConfirmUserCreationActivity
59 mAccountType = intent.getStringExtra(UserManager.EXTRA_USER_ACCOUNT_TYPE);
104 final Account account = new Account(mAccountName, mAccountType);
105 boolean accountExists = mAccountName != null && mAccountType != null
107 | mUserManager.someUserHasSeedAccount(mAccountName, mAccountType));
135 mUserManager.setSeedAccountData(user.id, mAccountName, mAccountType, mAccountOptions);
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
H A DRequestSync.java34 private String mAccountType = null; field in class:RequestSync
64 final Account account = mAccountName != null && mAccountType != null
65 ? new Account(mAccountName, mAccountType) : null;
96 mAccountType = nextArgRequired();
/frameworks/base/core/java/android/accounts/
H A DAccountManager.java2231 mAccountType = accountType;
2239 final String mAccountType; field in class:AccountManager.GetAuthTokenByTypeAndFeaturesTask
2249 getAccountsByTypeAndFeatures(mAccountType, mFeatures,
2273 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,

Completed in 191 milliseconds