Searched refs:startAddAccountSession (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl91 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType,
101 * Finishes the session started by startAddAccountSession(...) or
H A DAbstractAccountAuthenticator.java124 * {@link #startAddAccountSession} and {@link startUpdateCredentialsSession}.
131 * {@link #startAddAccountSession} and {@link startUpdateCredentialsSession}.
137 * used in default implementation of {@link #startAddAccountSession} and
371 public void startAddAccountSession(IAccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator.Transport
376 "startAddAccountSession: accountType " + accountType
382 final Bundle result = AbstractAccountAuthenticator.this.startAddAccountSession(
389 Log.v(TAG, "startAddAccountSession: result "
396 handleException(response, "startAddAccountSession", accountType, e);
786 public Bundle startAddAccountSession( method in class:AbstractAccountAuthenticator
864 * Finishes the session started by #startAddAccountSession o
[all...]
H A DIAccountManager.aidl93 void startAddAccountSession(in IAccountManagerResponse response, String accountType,
101 /* Finish session started by startAddAccountSession(...) or startUpdateCredentialsSession(...)
H A DAccountManager.java270 * {@link #startAddAccountSession} and friends which returns session data
277 * from {@link #startAddAccountSession} and friends which returns
3031 public AccountManagerFuture<Bundle> startAddAccountSession( method in class:AccountManager
3049 mService.startAddAccountSession(
3144 * Finishes the session started by {@link #startAddAccountSession} or
3151 * @param sessionBundle a {@link Bundle} created by {@link #startAddAccountSession} or
3189 * @see #startAddAccountSession and #startUpdateCredentialsSession
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java108 public Bundle startAddAccountSession( method in class:TestAccountType2Authenticator
115 "startAddAccountSession is not supported by the TestAccountType2Authenticator");
H A DAccountManagerServiceTest.java397 mAms.startAddAccountSession(
414 mAms.startAddAccountSession(
435 mAms.startAddAccountSession(
467 mAms.startAddAccountSession(
489 mAms.startAddAccountSession(
524 mAms.startAddAccountSession(
549 mAms.startAddAccountSession(
580 mAms.startAddAccountSession(
619 mAms.startAddAccountSession(
648 mAms.startAddAccountSession(
[all...]
H A DTestAccountType1Authenticator.java260 public Bundle startAddAccountSession( method in class:TestAccountType1Authenticator
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3242 public void startAddAccountSession( method in class:AccountManagerService
3252 "startAddAccountSession: accountType " + accountType
3310 mAuthenticator.startAddAccountSession(this, mAccountType, authTokenType,
3317 return super.toDebugString(now) + ", startAddAccountSession" + ", accountType "

Completed in 177 milliseconds