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
1382 public AccountManagerFuture<Bundle> addAccount(final String accountType, method in class:AccountManager
1395 mService.addAccount(mResponse, accountType, authTokenType,
1402 * @see #addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback, Handler)
2075 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2174 * {@link #addAccount}.
2262 * @param addAccountAuthTokenType this string is passed as the {@link #addAccount}
2264 * @param addAccountRequiredFeatures this string array is passed as the {@link #addAccount}
2266 * @param addAccountOptions This {@link Bundle} is passed as the {@link #addAccount} options
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1797 public void addAccount(final IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
1801 Log.v(TAG, "addAccount: accountType " + accountType
1848 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1854 return super.toDebugString(now) + ", addAccount"
1872 Log.v(TAG, "addAccount: accountType " + accountType
1923 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
1929 return super.toDebugString(now) + ", addAccount"

Completed in 83 milliseconds