/frameworks/base/telecomm/java/android/telecom/ |
D | AuthenticatorService.java | 56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, in editProperties() method in AuthenticatorService.Authenticator
|
/frameworks/base/core/java/android/accounts/ |
D | IAccountAuthenticator.aidl | 66 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() method
|
D | AbstractAccountAuthenticator.java | 293 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator.Transport 297 final Bundle result = AbstractAccountAuthenticator.this.editProperties( in editProperties() 541 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator
|
D | IAccountManager.aidl | 71 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
|
D | AccountManager.java | 2247 public AccountManagerFuture<Bundle> editProperties(final String accountType, 2254 mService.editProperties(mResponse, accountType, activity != null);
|
/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
|
D | AccountManagerServiceTest.java | 2355 mAms.editProperties( in testEditPropertiesWithNullResponse() 2369 mAms.editProperties( in testEditPropertiesWithNullAccountType() 2387 mAms.editProperties( in testEditPropertiesAccountNotManagedByCaller() 2403 mAms.editProperties( in testEditPropertiesSuccess()
|
/frameworks/base/core/api/ |
D | system-lint-baseline.txt | 110 SamShouldBeLast: android.accounts.AccountManager#editProperties(String, android.app.Activity, andro…
|
D | current.txt | 3245 …method public abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorRespo… 3294 …22") public android.accounts.AccountManagerFuture<android.os.Bundle> editProperties(String, androi…
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 3985 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService 4014 mAuthenticator.editProperties(this, mAccountType); in editProperties()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 310 Landroid/accounts/AbstractAccountAuthenticator$Transport;->editProperties(Landroid/accounts/IAccoun… 514 Landroid/accounts/IAccountAuthenticator$Stub$Proxy;->editProperties(Landroid/accounts/IAccountAuthe… 563 Landroid/accounts/IAccountManager$Stub$Proxy;->editProperties(Landroid/accounts/IAccountManagerResp… 668 Landroid/accounts/IAccountManager;->editProperties(Landroid/accounts/IAccountManagerResponse;Ljava/…
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2656 …method public abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorRespo… 2698 …method public android.accounts.AccountManagerFuture<android.os.Bundle> editProperties(java.lang.St…
|