Home
last modified time | relevance | path

Searched refs:editProperties (Results 1 – 7 of 7) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DMockAccountAuthenticator.java55 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MockAccountAuthenticator
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MockAccountAuthenticator
/cts/tests/tests/provider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java58 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in StaticAccountAuthenticator
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerUnaffiliatedAuthenticatorTests.java84 mAccountManager.editProperties( in testEditProperties()
DMockAccountAuthenticator.java178 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MockAccountAuthenticator
DAccountManagerTest.java1603 AccountManagerFuture<Bundle> futureBundle = am.editProperties(ACCOUNT_TYPE, in testEditProperties()
1640 AccountManagerFuture<Bundle> futureBundle = am.editProperties(ACCOUNT_TYPE, in testEditPropertiesWithCallbackAndHandler()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DTestAccountAuthenticator.java49 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in TestAccountAuthenticator