Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/
DAccountUtilsTest.java63 mAccountManager.removeAccountExplicitly(ACCOUNT); in testRemoveAccountExplicitly()
DAccountManagementTest.java54 mAccountManager.removeAccountExplicitly(ACCOUNT); in tearDown()
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
DAuthenticatorContentProvider.java109 am.removeAccountExplicitly(account); in teardown()
/cts/tests/tests/accounts/src/android/accounts/cts/
DAccountManagerUnaffiliatedAuthenticatorTests.java128 mAccountManager.removeAccountExplicitly( in testRemoveAccountExplicitly()
DAccountManagerTest.java361 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly() method in AccountManagerTest
362 return am.removeAccountExplicitly(account); in removeAccountExplicitly()
662 assertTrue(removeAccountExplicitly(am, ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java1269 AccountManager.get(getContext()).removeAccountExplicitly(account); in removeAllTestContactsInProfile()