Searched refs:addAccount (Results 1 - 9 of 9) 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 DIAccountAuthenticator.aidl31 void addAccount(in IAccountAuthenticatorResponse response, String accountType,
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);
565 public abstract Bundle addAccount(AccountAuthenticatorResponse response, String accountType, method in class:AbstractAccountAuthenticator
944 // Remove redundant extras in session bundle before passing it to addAccount(...) or
966 return addAccount(response, accountType, authTokenType, requiredFeatures, sessionOptions);
H A DIAccountManager.aidl66 void addAccount(in IAccountManagerResponse response, String accountType,
H A DAccountManager.java111 * {@link #addAccount} may be called to prompt the user to create an
856 * However, if this method is called when it is triggered by addAccount() or
1808 public AccountManagerFuture<Bundle> addAccount(final String accountType, method in class:AccountManager
1822 mService.addAccount(mResponse, accountType, authTokenType,
1829 * @see #addAccount(String, String, String[], Bundle, Activity, AccountManagerCallback, Handler)
2580 mFuture = addAccount(mAccountType, mAuthTokenType, mFeatures,
2642 * {@link #getAuthToken}, and {@link #addAccount}.
2737 * @param addAccountAuthTokenType this string is passed as the {@link #addAccount}
2739 * @param addAccountRequiredFeatures this string array is passed as the {@link #addAccount}
2741 * @param addAccountOptions This {@link Bundle} is passed as the {@link #addAccount} option
[all...]
H A DChooseTypeAndAccountActivity.java69 * This is passed as the addAccountOptions parameter in AccountManager.addAccount()
75 * This is passed as the requiredFeatures parameter in AccountManager.addAccount()
82 * This is passed as the authTokenType string in AccountManager.addAccount()
321 // if canceling out of addAccount and the original state caused us to skip this,
393 AccountManager.get(this).addAccount(type, authTokenType, requiredFeatures,
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java53 public Bundle addAccount( method in class:TestAccountType2Authenticator
60 "addAccount is not supported by the TestAccountType2Authenticator");
H A DTestAccountType1Authenticator.java60 public Bundle addAccount( method in class:TestAccountType1Authenticator
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3100 public void addAccount(final IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
3105 Log.v(TAG, "addAccount: accountType " + accountType
3156 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
3162 return super.toDebugString(now) + ", addAccount"
3179 Log.v(TAG, "addAccount: accountType " + accountType
3237 mAuthenticator.addAccount(this, mAccountType, authTokenType, requiredFeatures,
3243 return super.toDebugString(now) + ", addAccount"

Completed in 225 milliseconds