Searched defs:editProperties (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/telecomm/java/android/telecom/ |
D | AuthenticatorService.java | 56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties() method in AuthenticatorService.Authenticator
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | TestAccountType2Authenticator.java | 47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in TestAccountType2Authenticator
|
D | TestAccountType1Authenticator.java | 47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in TestAccountType1Authenticator
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountAuthenticator.aidl | 66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() method
|
D | AbstractAccountAuthenticator.java | 292 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator.Transport 540 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator
|
D | IAccountManager.aidl | 74 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3896 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService
|