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.java264 mAms.removeAccountInternal(a21); in testCheckAddAccount()
401 ams2.removeAccountInternal(a1); in testRemovedAccountSync()
3062 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerWithAddingTwoAccounts()
3065 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_INTERVENE); in testRegisterAccountListenerWithAddingTwoAccounts()
3106 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForThreePackages()
3155 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForAddingAccountWithVisibility()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1442 removeAccountInternal(accounts, account, Process.SYSTEM_UID); in syncDeCeAccountsLocked()
2445 return removeAccountInternal(accounts, account, callingUid); in removeAccountExplicitly()
2479 removeAccountInternal(mAccounts, mAccount, getCallingUid()); in onResult()
2499 protected void removeAccountInternal(Account account) { in removeAccountInternal() method in AccountManagerService
2500 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
2503 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) { in removeAccountInternal() method in AccountManagerService
4698 removeAccountInternal(accounts, account, callingUid);