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

/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java69 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, method in class:AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java155 public void confirmCredentials(IAccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator.Transport
158 Log.v(TAG, "confirmCredentials: " + account);
162 final Bundle result = AbstractAccountAuthenticator.this.confirmCredentials(
168 Log.v(TAG, "confirmCredentials: result "
175 handleException(response, "confirmCredentials", account.toString(), e);
439 public abstract Bundle confirmCredentials(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DAccountManager.java193 * {@link #confirmCredentials}, rather than prompting the user with
1685 public AccountManagerFuture<Bundle> confirmCredentials(final Account account, method in class:AccountManager
1696 * Same as {@link #confirmCredentials(Account, Bundle, Activity, AccountManagerCallback, Handler)}

Completed in 126 milliseconds