Searched refs:editProperties (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/android/accounts/ |
D | AbstractAccountAuthenticator.java | 237 public void editProperties(IAccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator.Transport 241 final Bundle result = AbstractAccountAuthenticator.this.editProperties( in editProperties() 367 public abstract Bundle editProperties(AccountAuthenticatorResponse response, in editProperties() method in AbstractAccountAuthenticator
|
D | IAccountAuthenticator.aidl | 60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() method
|
D | IAccountManager.aidl | 66 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
|
D | AccountManager.java | 1691 public AccountManagerFuture<Bundle> editProperties(final String accountType, 1697 mService.editProperties(mResponse, accountType, activity != null);
|
/frameworks/base/docs/html/training/sync-adapters/ |
D | creating-authenticator.jd | 84 public Bundle editProperties(
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 2032 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService 2051 mAuthenticator.editProperties(this, mAccountType); in editProperties()
|
/frameworks/base/api/ |
D | system-current.txt | 2733 …method public abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorRespo… 2775 …method public android.accounts.AccountManagerFuture<android.os.Bundle> editProperties(java.lang.St…
|
D | current.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…
|