Home
last modified time | relevance | path

Searched refs:mAccountType (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/app/
DConfirmUserCreationActivity.java47 private String mAccountType; field in ConfirmUserCreationActivity
59 mAccountType = intent.getStringExtra(UserManager.EXTRA_USER_ACCOUNT_TYPE); in onCreate()
104 final Account account = new Account(mAccountName, mAccountType); in checkUserCreationRequirements()
105 boolean accountExists = mAccountName != null && mAccountType != null in checkUserCreationRequirements()
107 | mUserManager.someUserHasSeedAccount(mAccountName, mAccountType)); in checkUserCreationRequirements()
135 mUserManager.setSeedAccountData(user.id, mAccountName, mAccountType, mAccountOptions); in onClick()
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType1Authenticator.java37 private final String mAccountType; field in TestAccountType1Authenticator
42 mAccountType = accountType; in TestAccountType1Authenticator()
66 if (!mAccountType.equals(accountType)) { in addAccount()
79 result.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType); in addAccount()
109 if (!mAccountType.equals(account.type)) { in confirmCredentials()
149 if (!mAccountType.equals(account.type)) { in getAuthToken()
204 if (!mAccountType.equals(account.type)) { in updateCredentials()
266 if (!mAccountType.equals(accountType)) { in startAddAccountSession()
323 if (!mAccountType.equals(account.type)) { in startUpdateCredentialsSession()
376 if (!mAccountType.equals(accountType)) { in finishSession()
DTestAccountType2Authenticator.java37 private final String mAccountType; field in TestAccountType2Authenticator
42 mAccountType = accountType; in TestAccountType2Authenticator()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java79 private String mAccountType; field in RequestSync
113 final Account account = mAccountName != null && mAccountType != null in run()
114 ? new Account(mAccountName, mAccountType) : null; in run()
162 mAccountType = nextArgRequired(); in parseArgs()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3198 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures, in addAccount()
3279 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures, in addAccountAsUser()
3367 mAuthenticator.startAddAccountSession(this, mAccountType, authTokenType, in startAddAccountSession()
3468 || !mAccountType.equalsIgnoreCase(accountType)) { in onResult()
3473 sessionBundle.putString(AccountManager.KEY_ACCOUNT_TYPE, mAccountType); in onResult()
3611 mAuthenticator.finishSession(this, mAccountType, decryptedBundle); in finishSessionAsUser()
3925 mAuthenticator.editProperties(this, mAccountType); in editProperties()
4128 mAccountsOfType = getAccountsFromCache(mAccounts, mAccountType,
4695 final String mAccountType;
4732 mAccountType = accountType;
[all …]
/frameworks/base/core/java/android/accounts/
DAccountManager.java2554 mAccountType = accountType;
2562 final String mAccountType;
2575 getAccountByTypeAndFeatures(mAccountType, mFeatures,
2600 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt357 Landroid/accounts/AccountManager$GetAuthTokenByTypeAndFeaturesTask;->mAccountType:Ljava/lang/String;