Searched refs:removeAccountExplicitly (Results 1 – 6 of 6) sorted by relevance
63 mAccountManager.removeAccountExplicitly(ACCOUNT); in testRemoveAccountExplicitly()
54 mAccountManager.removeAccountExplicitly(ACCOUNT); in tearDown()
109 am.removeAccountExplicitly(account); in teardown()
128 mAccountManager.removeAccountExplicitly( in testRemoveAccountExplicitly()
361 private boolean removeAccountExplicitly(AccountManager am, Account account) { in removeAccountExplicitly() method in AccountManagerTest362 return am.removeAccountExplicitly(account); in removeAccountExplicitly()662 assertTrue(removeAccountExplicitly(am, ACCOUNT)); in testAddAccountExplicitlyAndRemoveAccountExplicitly()
1269 AccountManager.get(getContext()).removeAccountExplicitly(account); in removeAllTestContactsInProfile()