Home
last modified time | relevance | path

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

/frameworks/base/telecomm/java/android/telecom/
DAuthenticatorService.java56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties() method in AuthenticatorService.Authenticator
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DTestAccountType2Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in TestAccountType2Authenticator
DTestAccountType1Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in TestAccountType1Authenticator
/frameworks/base/core/java/android/accounts/
DIAccountAuthenticator.aidl66 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.aidl74 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java3896 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService