Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java204 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator.Transport
283 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator
DIAccountAuthenticator.aidl60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() method
DIAccountManager.aidl52 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
DAccountManagerService.java923 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService