Home
last modified time | relevance | path

Searched defs:editProperties (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties() method in AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() method
DAbstractAccountAuthenticator.java292 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator.Transport
540 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator
DIAccountManager.aidl68 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3255 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService