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

  /frameworks/base/core/java/android/accounts/
IAccountAuthenticator.aidl 97 void startUpdateCredentialsSession(in IAccountAuthenticatorResponse response, in Account account,
102 * startUpdateCredentialsSession(...) by adding account to or updating local credentials
AbstractAccountAuthenticator.java 124 * {@link #startAddAccountSession} and {@link startUpdateCredentialsSession}.
131 * {@link #startAddAccountSession} and {@link startUpdateCredentialsSession}.
138 * {@link startUpdateCredentialsSession}.
144 * used in default implementation of {@link startUpdateCredentialsSession}.
401 public void startUpdateCredentialsSession(
407 Log.v(TAG, "startUpdateCredentialsSession: "
415 .startUpdateCredentialsSession(
425 Log.v(TAG, "startUpdateCredentialsSession: result "
433 handleException(response, "startUpdateCredentialsSession",
    [all...]
IAccountManager.aidl 98 void startUpdateCredentialsSession(in IAccountManagerResponse response, in Account account,
101 /* Finish session started by startAddAccountSession(...) or startUpdateCredentialsSession(...)
AccountManager.java     [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
TestAccountType2Authenticator.java 119 public Bundle startUpdateCredentialsSession(
126 "startUpdateCredentialsSession is not supported " +
AccountManagerServiceTest.java     [all...]
TestAccountType1Authenticator.java 316 public Bundle startUpdateCredentialsSession(
  /cts/tests/tests/accounts/src/android/accounts/cts/
AbstractAuthenticatorTests.java 103 * Tests startUpdateCredentialsSession default implementation. An encrypted session
112 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession(
208 * Tests finishSession default implementation with default startUpdateCredentialsSession.
218 // First obtain an encrypted session bundle from startUpdateCredentialsSession(...) default
220 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession(
AccountManagerUnaffiliatedAuthenticatorTests.java 319 * Tests startUpdateCredentialsSession when calling package doesn't have the same sig as
328 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession(
400 * Tests finishSession default implementation with overridden startUpdateCredentialsSession
408 // startUpdateCredentialsSession of authenticator.
418 // startUpdateCredentialsSession implementation.
419 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession(
AccountManagerTest.java     [all...]
MockAccountAuthenticator.java 389 public Bundle startUpdateCredentialsSession(AccountAuthenticatorResponse response,
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/
TestAccountAuthenticator.java 354 * {@link AccountManager#startUpdateCredentialsSession} but not
358 public Bundle startUpdateCredentialsSession(
  /frameworks/base/services/core/java/com/android/server/accounts/
AccountManagerService.java     [all...]
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1024 milliseconds