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

/frameworks/base/telecomm/java/android/telecom/
H A DAuthenticatorService.java56 public Bundle editProperties(AccountAuthenticatorResponse accountAuthenticatorResponse, method in class:AuthenticatorService.Authenticator
/frameworks/base/core/java/android/accounts/
H A DAbstractAccountAuthenticator.java292 public void editProperties(IAccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator.Transport
296 final Bundle result = AbstractAccountAuthenticator.this.editProperties(
302 handleException(response, "editProperties", accountType, e);
540 public abstract Bundle editProperties(AccountAuthenticatorResponse response, method in class:AbstractAccountAuthenticator
H A DAccountManager.java1855 public AccountManagerFuture<Bundle> editProperties(final String accountType, method in class:AccountManager
1862 mService.editProperties(mResponse, accountType, activity != null);
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3405 public void editProperties(IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
3409 Log.v(TAG, "editProperties: accountType " + accountType
3433 mAuthenticator.editProperties(this, mAccountType);
3437 return super.toDebugString(now) + ", editProperties"

Completed in 943 milliseconds