Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java233 mAms.removeAccountInternal(a21); in testCheckAddAccount()
344 ams2.removeAccountInternal(a1); in testRemovedAccountSync()
2809 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerWithAddingTwoAccounts()
2812 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_INTERVENE); in testRegisterAccountListenerWithAddingTwoAccounts()
2849 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForThreePackages()
2891 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForAddingAccountWithVisibility()
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1332 removeAccountInternal(accounts, account, Process.SYSTEM_UID); in syncDeCeAccountsLocked()
2221 return removeAccountInternal(accounts, account, callingUid); in removeAccountExplicitly()
2255 removeAccountInternal(mAccounts, mAccount, getCallingUid()); in onResult()
2275 protected void removeAccountInternal(Account account) { in removeAccountInternal() method in AccountManagerService
2276 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
2279 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) { in removeAccountInternal() method in AccountManagerService
4409 removeAccountInternal(accounts, account, callingUid);
/frameworks/base/services/
Dart-profile2366 PLcom/android/server/accounts/AccountManagerService;->removeAccountInternal(Lcom/android/server/acc…