Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java69 public Bundle confirmCredentials(AccountAuthenticatorResponse accountAuthenticatorResponse, in confirmCredentials() method in AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl37 void confirmCredentials(in IAccountAuthenticatorResponse response, in Account account, in confirmCredentials() method
DAbstractAccountAuthenticator.java185 public void confirmCredentials(IAccountAuthenticatorResponse response, in confirmCredentials() method in AbstractAccountAuthenticator.Transport
583 public abstract Bundle confirmCredentials(AccountAuthenticatorResponse response, in confirmCredentials() method in AbstractAccountAuthenticator