Home
last modified time | relevance | path

Searched refs:removeAccountExplicitly (Results 1 – 15 of 15) sorted by relevance

/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountUtilsTest.java63 mAccountManager.removeAccountExplicitly(ACCOUNT); in testRemoveAccountExplicitly()
DAccountManagementTest.java53 mAccountManager.removeAccountExplicitly(ACCOUNT); in tearDown()
/cts/hostsidetests/content/test-apps/CtsSyncInvalidAccountAuthorityTestCases/src/android/content/sync/cts/
DInvalidSyncAuthoritiesDeviceTest.java88 mAccountManager.removeAccountExplicitly(mValidAccount); in removeTestAccount()
/cts/tests/tests/content/SyncAccountAccessStubs/src/com/android/cts/stub/
DStubAuthenticator.java121 accountManager.removeAccountExplicitly(account); in removeAccounts()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java109 am.removeAccountExplicitly(account); in teardown()
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/src/com/android/cts/devicepolicy/accountcheck/
DAccountCheckTest.java53 mAccountManager.removeAccountExplicitly(account); in testRemoveAllAccounts()
/cts/hostsidetests/statsd/apps/statsdapp/src/com/android/server/cts/device/statsd/
DStatsdAuthenticator.java80 am.removeAccountExplicitly(account); in removeAllAccounts()
/cts/hostsidetests/incident/apps/batterystatsapp/src/com/android/server/cts/device/batterystats/
DBatteryStatsAuthenticator.java81 am.removeAccountExplicitly(account); in removeAllAccounts()
/cts/tests/tests/syncmanager/apps/app1/src/android/content/syncmanager/cts/app/
DSyncManagerCtsAuthenticator.java86 am.removeAccountExplicitly(account); in removeAllAccounts()
/cts/tests/tests/provider/src/android/provider/cts/contacts/
DContactsContract_DirectoryTest.java60 mAccountManager.removeAccountExplicitly(mAccount); in tearDown()
/cts/hostsidetests/backup/SyncAdapterSettingsApp/src/android/cts/backup/syncadaptersettingsapp/
DSyncAdapterSettingsTest.java266 am.removeAccountExplicitly(account); in removeAccount()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerUnaffiliatedAuthenticatorTests.java122 mAccountManager.removeAccountExplicitly( in testRemoveAccountExplicitly()
DAccountManagerTest.java384 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly() method in AccountManagerTest
385 return am.removeAccountExplicitly(account); in removeAccountExplicitly()
690 assertTrue(removeAccountExplicitly(am, ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileCalendarTest.java518 AccountManager.get(mContext).removeAccountExplicitly(account); in removeTestAccount()
DContactsTest.java1280 AccountManager.get(getContext()).removeAccountExplicitly(account); in removeAllTestContactsInProfile()