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

/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java62 public Bundle addAccount(AccountAuthenticatorResponse accountAuthenticatorResponse, method in class:AuthenticatorService.Authenticator
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType1Authenticator.java60 public Bundle addAccount( method in class:TestAccountType1Authenticator
H A DTestAccountType2Authenticator.java53 public Bundle addAccount( method in class:TestAccountType2Authenticator
60 "addAccount is not supported by the TestAccountType2Authenticator");
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java157 public void addAccount(IAccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator.Transport
161 Log.v(TAG, "addAccount: accountType " + accountType
167 final Bundle result = AbstractAccountAuthenticator.this.addAccount(
174 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
180 handleException(response, "addAccount", accountType, e);
563 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator
939 // Remove redundant extras in session bundle before passing it to addAccount(...) or
961 return addAccount(response, accountType, authTokenType, requiredFeatures, sessionOptions);
H A DAccountManager.java111 * {@link #addAccount} may be called to prompt the user to create an
853 * However, if this method is called when it is triggered by addAccount() or
1805 public AccountManagerFuture<Bundle> addAccount(final String accountType, method in class:AccountManager
1819 mService.addAccount(mResponse, accountType, authTokenType,
1826 * @see #addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback, Handler)
2577 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2639 * {@link #getAuthToken}, and {@link #addAccount}.
2734 * @param addAccountAuthTokenType this string is passed as the {@link #addAccount}
2736 * @param addAccountRequiredFeatures this string array is passed as the {@link #addAccount}
2738 * @param addAccountOptions This {@link Bundle} is passed as the {@link #addAccount} option
[all...]
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3085 public void addAccount(final IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
3090 Log.v(TAG, "addAccount: accountType " + accountType
3141 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
3147 return super.toDebugString(now) + ", addAccount"
3164 Log.v(TAG, "addAccount: accountType " + accountType
3222 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
3228 return super.toDebugString(now) + ", addAccount"

Completed in 132 milliseconds