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

/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.java1645 mAccountType = accountType;
1653 final String mAccountType; field in class:AccountManager.GetAuthTokenByTypeAndFeaturesTask
1662 getAccountsByTypeAndFeatures(mAccountType, mFeatures,
1685 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
H A DAccountManagerService.java1282 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1393 mAuthenticator.editProperties(this, mAccountType);
1420 mAccountsOfType = getAccountsFromCacheLocked(mAccounts, mAccountType);
1652 final String mAccountType; field in class:AccountManagerService.Session
1674 mAccountType = accountType;
1735 Log.v(TAG, "initiating bind to authenticator type " + mAccountType);
1737 if (!bindToAuthenticator(mAccountType)) {

Completed in 71 milliseconds