Searched defs:addAccount (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java118 public void addAccount(IAccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator.Transport
122 Log.v(TAG, "addAccount: accountType " + accountType
128 final Bundle result = AbstractAccountAuthenticator.this.addAccount(
133 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
139 handleException(response, "addAccount", accountType, e);
390 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator
H A DAccountManager.java90 * {@link #addAccount} may be called to prompt the user to create an
1147 public AccountManagerFuture<Bundle> addAccount(final String accountType, method in class:AccountManager
1160 mService.addAccount(mResponse, accountType, authTokenType,
1777 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
1876 * {@link #addAccount}.
1964 * @param addAccountAuthTokenType this string is passed as the {@link #addAccount}
1966 * @param addAccountRequiredFeatures this string array is passed as the {@link #addAccount}
1968 * @param addAccountOptions This {@link Bundle} is passed as the {@link #addAccount} options
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java1475 public void addAccount(final IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
1479 Log.v(TAG, "addAccount: accountType " + accountType
1522 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1528 return super.toDebugString(now) + ", addAccount"

Completed in 472 milliseconds