Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DAccountAuthenticator.java55 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in AccountAuthenticator
/cts/tests/tests/content/src/android/content/cts/
DMockAccountAuthenticator.java57 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MockAccountAuthenticator
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
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.java179 public Bundle editProperties(AccountAuthenticatorResponse response, String accountType) { in editProperties() method in MockAccountAuthenticator
DAccountManagerTest.java1676 AccountManagerFuture<Bundle> futureBundle = am.editProperties(ACCOUNT_TYPE, in testEditProperties()
1713 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