Searched defs:confirmCredentials (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java143 public void confirmCredentials(IAccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator.Transport
146 Log.v(TAG, "confirmCredentials: " + account);
150 final Bundle result = AbstractAccountAuthenticator.this.confirmCredentials(
154 Log.v(TAG, "confirmCredentials: result "
161 handleException(response, "confirmCredentials", account.toString(), e);
378 public abstract Bundle confirmCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DAccountManager.java178 * {@link #confirmCredentials}, rather than prompting the user with
1124 public AccountManagerFuture<Bundle> confirmCredentials(final Account account, method in class:AccountManager
1132 mService.confirmCredentials(mResponse, account, options, activity != null);
H A DAccountManagerService.java1162 public void confirmCredentials(IAccountManagerResponse response, method in class:AccountManagerService
1165 Log.v(TAG, "confirmCredentials: " + account
1179 mAuthenticator.confirmCredentials(this, account, options);
1182 return super.toDebugString(now) + ", confirmCredentials"

Completed in 71 milliseconds