Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
H A DAccountManagerServiceTest.java240 mAms.removeAccountInternal(a21); in testCheckAddAccount()
357 ams2.removeAccountInternal(a1); in testRemovedAccountSync()
2925 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerWithAddingTwoAccounts()
2928 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_INTERVENE); in testRegisterAccountListenerWithAddingTwoAccounts()
2969 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForThreePackages()
3018 mAms.removeAccountInternal(AccountManagerServiceTestFixtures.ACCOUNT_SUCCESS); in testRegisterAccountListenerForAddingAccountWithVisibility()
/aosp12/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1368 removeAccountInternal(accounts, account, Process.SYSTEM_UID); in syncDeCeAccountsLocked()
2317 return removeAccountInternal(accounts, account, callingUid); in removeAccountExplicitly()
2351 removeAccountInternal(mAccounts, mAccount, getCallingUid()); in onResult()
2371 protected void removeAccountInternal(Account account) { in removeAccountInternal() method in AccountManagerService
2372 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
2375 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) { in removeAccountInternal() method in AccountManagerService
4528 removeAccountInternal(accounts, account, callingUid);
/aosp12/frameworks/base/services/
H A Dart-profile5112 PLcom/android/server/accounts/AccountManagerService;->lambda$removeAccountInternal$2$AccountManager…
5144 HPLcom/android/server/accounts/AccountManagerService;->removeAccountInternal(Lcom/android/server/ac…