Searched defs:editProperties (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java284 public void editProperties(IAccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator.Transport
288 final Bundle result = AbstractAccountAuthenticator.this.editProperties(
295 "editProperties not supported");
363 public abstract Bundle editProperties(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DAccountManager.java1127 public AccountManagerFuture<Bundle> editProperties(final String accountType, method in class:AccountManager
1133 mService.editProperties(mResponse, accountType, activity != null);
H A DAccountManagerService.java1142 public void editProperties(IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
1152 mAuthenticator.editProperties(this, mAccountType);
1155 return super.toDebugString(now) + ", editProperties"

Completed in 28 milliseconds