Searched defs:addAccount (Results 1 - 4 of 4) 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/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
943 // Remove redundant extras in session bundle before passing it to addAccount(...) or
965 return addAccount(response, accountType, authTokenType, requiredFeatures, sessionOptions);
H A DAccountManager.java98 * {@link #addAccount} may be called to prompt the user to create an
729 * However, if this method is called when it is triggered by addAccount() or
1531 public AccountManagerFuture<Bundle> addAccount(final String accountType, method in class:AccountManager
1545 mService.addAccount(mResponse, accountType, authTokenType,
1552 * @see #addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback, Handler)
2273 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2379 * {@link #addAccount}.
2471 * @param addAccountAuthTokenType this string is passed as the {@link #addAccount}
2473 * @param addAccountRequiredFeatures this string array is passed as the {@link #addAccount}
2475 * @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.java2635 public void addAccount(final IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
2640 Log.v(TAG, "addAccount: accountType " + accountType
2690 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2696 return super.toDebugString(now) + ", addAccount"
2716 Log.v(TAG, "addAccount: accountType " + accountType
2773 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2779 return super.toDebugString(now) + ", addAccount"

Completed in 209 milliseconds