Home
last modified time | relevance | path

Searched refs:editProperties (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/accounts/
DAbstractAccountAuthenticator.java237 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
DIAccountAuthenticator.aidl60 void editProperties(in IAccountAuthenticatorResponse response, String accountType); in editProperties() method
DIAccountManager.aidl66 void editProperties(in IAccountManagerResponse response, String accountType, in editProperties() method
DAccountManager.java1691 public AccountManagerFuture<Bundle> editProperties(final String accountType,
1697 mService.editProperties(mResponse, accountType, activity != null);
/frameworks/base/docs/html/training/sync-adapters/
Dcreating-authenticator.jd84 public Bundle editProperties(
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java2032 public void editProperties(IAccountManagerResponse response, final String accountType, in editProperties() method in AccountManagerService
2051 mAuthenticator.editProperties(this, mAccountType); in editProperties()
/frameworks/base/api/
Dsystem-current.txt2733 …method public abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorRespo…
2775 …method public android.accounts.AccountManagerFuture<android.os.Bundle> editProperties(java.lang.St…
Dcurrent.txt2656 …method public abstract android.os.Bundle editProperties(android.accounts.AccountAuthenticatorRespo…
2698 …method public android.accounts.AccountManagerFuture<android.os.Bundle> editProperties(java.lang.St…