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 DIAccountManager.aidl57 void editProperties(in IAccountManagerResponse 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 DAccountManager.java1398 public AccountManagerFuture<Bundle> editProperties(final String accountType, method in class:AccountManager
1404 mService.editProperties(mResponse, accountType, activity != null);
/frameworks/base/services/java/com/android/server/accounts/
H A DAccountManagerService.java1647 public void editProperties(IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
1650 Log.v(TAG, "editProperties: accountType " + accountType
1666 mAuthenticator.editProperties(this, mAccountType);
1670 return super.toDebugString(now) + ", editProperties"

Completed in 60 milliseconds