Searched refs:editProperties (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DIAccountAuthenticator.aidl60 void editProperties(in IAccountAuthenticatorResponse response, String accountType);
H A DAbstractAccountAuthenticator.java237 public void editProperties(IAccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator.Transport
241 final Bundle result = AbstractAccountAuthenticator.this.editProperties(
247 handleException(response, "editProperties", accountType, e);
367 public abstract Bundle editProperties(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DIAccountManager.aidl66 void editProperties(in IAccountManagerResponse response, String accountType,
H A DAccountManager.java1691 public AccountManagerFuture<Bundle> editProperties(final String accountType, method in class:AccountManager
1697 mService.editProperties(mResponse, accountType, activity != null);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java2032 public void editProperties(IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
2035 Log.v(TAG, "editProperties: accountType " + accountType
2051 mAuthenticator.editProperties(this, mAccountType);
2055 return super.toDebugString(now) + ", editProperties"

Completed in 311 milliseconds