Home
last modified time | relevance | path

Searched refs:startUpdateCredentialsSession (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/accounts/src/android/accounts/cts/
DAbstractAuthenticatorTests.java116 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testStartUpdateCredentialsSessionDefaultImpl()
226 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testFinishSessionAndStartUpdateCredentialsSessionDefaultImpl()
DAccountManagerUnaffiliatedAuthenticatorTests.java323 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testStartUpdateCredentialsSession()
415 AccountManagerFuture<Bundle> future = mAccountManager.startUpdateCredentialsSession( in testDefaultFinishSessionWithCustomStartUpdateCredentialsSessionImpl()
DAccountManagerTest.java2768 Bundle resultBundle = startUpdateCredentialsSession(
2797 Bundle resultBundle = startUpdateCredentialsSession(
2830 Bundle resultBundle = startUpdateCredentialsSession(
2861 Bundle resultBundle = startUpdateCredentialsSession(
2892 Bundle resultBundle = startUpdateCredentialsSession(
2926 startUpdateCredentialsSession(
3021 startUpdateCredentialsSession(
3059 startUpdateCredentialsSession(
3102 startUpdateCredentialsSession(
3138 startUpdateCredentialsSession(
[all …]
DMockAccountAuthenticator.java389 public Bundle startUpdateCredentialsSession(AccountAuthenticatorResponse response, in startUpdateCredentialsSession() method in MockAccountAuthenticator
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java358 public Bundle startUpdateCredentialsSession( in startUpdateCredentialsSession() method in TestAccountAuthenticator