Home
last modified time | relevance | path

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

/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.java357 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly() method in AccountManagerTest
358 return am.removeAccountExplicitly(account); in removeAccountExplicitly()
590 assertTrue(removeAccountExplicitly(am, ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly()