Searched defs:confirmCredentials (Results 1 - 2 of 2) 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.java179 * {@link #confirmCredentials}, rather than prompting the user with
1179 public AccountManagerFuture<Bundle> confirmCredentials(final Account account, method in class:AccountManager
1190 * Same as {@link #confirmCredentials(Account, Bundle, Activity, AccountManagerCallback, Handler)}

Completed in 40 milliseconds