Searched refs:mAccountType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAccountManager.java1444 mAccountType = accountType;
1452 final String mAccountType; field in class:AccountManager.GetAuthTokenByTypeAndFeaturesTask
1461 getAccountsByTypeAndFeatures(mAccountType, mFeatures,
1484 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
H A DAccountManagerService.java988 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1065 mAuthenticator.editProperties(this, mAccountType);
1091 mAccountsOfType = getAccountsByType(mAccountType);
1234 final String mAccountType; field in class:AccountManagerService.Session
1254 mAccountType = accountType;
1315 Log.v(TAG, "initiating bind to authenticator type " + mAccountType);
1317 if (!bindToAuthenticator(mAccountType)) {

Completed in 10 milliseconds