Searched refs:editProperties (Results 1 - 9 of 9) 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 DIAccountAuthenticator.aidl60 void editProperties(in IAccountAuthenticatorResponse response, String accountType);
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 DIAccountManager.aidl74 void editProperties(in IAccountManagerResponse response, String accountType,
H A DAccountManager.java2132 public AccountManagerFuture<Bundle> editProperties(final String accountType, method in class:AccountManager
2139 mService.editProperties(mResponse, accountType, activity != null);
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DTestAccountType2Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { method in class:TestAccountType2Authenticator
49 "editProperties is not supported by the TestAccountType2Authenticator");
H A DTestAccountType1Authenticator.java47 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { method in class:TestAccountType1Authenticator
H A DAccountManagerServiceTest.java2306 mAms.editProperties(
2320 mAms.editProperties(
2336 mAms.editProperties(
2352 mAms.editProperties(
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java3850 public void editProperties(IAccountManagerResponse response, final String accountType, method in class:AccountManagerService
3854 Log.v(TAG, "editProperties: accountType " + accountType
3879 mAuthenticator.editProperties(this, mAccountType);
3883 return super.toDebugString(now) + ", editProperties"

Completed in 190 milliseconds