Home
last modified time | relevance | path

Searched refs:removeAccountInternal (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java230 mAms.removeAccountInternal(a21); in testCheckAddAccount()
341 ams2.removeAccountInternal(a1); in testRemovedAccountSync()
2786 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerWithAddingTwoAccounts()
2789 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_INTERVENE); in testRegisterAccountListenerWithAddingTwoAccounts()
2826 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForThreePackages()
2868 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForAddingAccountWithVisibility()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1335 removeAccountInternal(accounts, account, Process.SYSTEM_UID); in syncDeCeAccountsLocked()
2223 return removeAccountInternal(accounts, account, callingUid); in removeAccountExplicitly()
2257 removeAccountInternal(mAccounts, mAccount, getCallingUid()); in onResult()
2277 protected void removeAccountInternal(Account account) { in removeAccountInternal() method in AccountManagerService
2278 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
2281 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) { in removeAccountInternal() method in AccountManagerService
4410 removeAccountInternal(accounts, account, callingUid);