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.java127 public void addAccount(IAccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator.Transport
131 Log.v(TAG, "addAccount: accountType " + accountType
137 final Bundle result = AbstractAccountAuthenticator.this.addAccount(
144 Log.v(TAG, "addAccount: result " + AccountManager.sanitizeResult(result));
150 handleException(response, "addAccount", accountType, e);
419 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator
H A DAccountManager.java95 * {@link #addAccount} may be called to prompt the user to create an
690 * However, if this method is called when it is triggered by addAccount() or
1497 public AccountManagerFuture<Bundle> addAccount(final String accountType, method in class:AccountManager
1510 mService.addAccount(mResponse, accountType, authTokenType,
1517 * @see #addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback, Handler)
2201 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2300 * {@link #addAccount}.
2392 * @param addAccountAuthTokenType this string is passed as the {@link #addAccount}
2394 * @param addAccountRequiredFeatures this string array is passed as the {@link #addAccount}
2396 * @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.java2116 public void addAccount(final IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
2120 Log.v(TAG, "addAccount: accountType " + accountType
2170 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2176 return super.toDebugString(now) + ", addAccount"
2195 Log.v(TAG, "addAccount: accountType " + accountType
2252 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
2258 return super.toDebugString(now) + ", addAccount"

Completed in 241 milliseconds