HomeSort by relevance Sort by last modified time
    Searched refs:startAddAccountSession (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 91 void startAddAccountSession(in IAccountAuthenticatorResponse response, String accountType,
101 * Finishes the session started by startAddAccountSession(...) or
AbstractAccountAuthenticator.java 124 * {@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,
376 "startAddAccountSession: accountType " + accountType
382 final Bundle result = AbstractAccountAuthenticator.this.startAddAccountSession(
389 Log.v(TAG, "startAddAccountSession: result "
396 handleException(response, "startAddAccountSession", accountType, e);
    [all...]
IAccountManager.aidl 89 void startAddAccountSession(in IAccountManagerResponse response, String accountType,
97 /* Finish session started by startAddAccountSession(...) or startUpdateCredentialsSession(...) for user */
AccountManager.java 255 * {@link #startAddAccountSession} and friends which returns session data
264 * from {@link #startAddAccountSession} and friends which returns
    [all...]
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/sdk/system_current/
android.jar 

Completed in 444 milliseconds