Searched refs:removeAccountInternal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 240 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()
|
/frameworks/base/services/core/java/com/android/server/accounts/ |
D | AccountManagerService.java | 1368 removeAccountInternal(accounts, account, Process.SYSTEM_UID); in syncDeCeAccountsLocked() 2312 return removeAccountInternal(accounts, account, callingUid); in removeAccountExplicitly() 2346 removeAccountInternal(mAccounts, mAccount, getCallingUid()); in onResult() 2366 protected void removeAccountInternal(Account account) { in removeAccountInternal() method in AccountManagerService 2367 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal() 2370 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) { in removeAccountInternal() method in AccountManagerService 4523 removeAccountInternal(accounts, account, callingUid);
|
/frameworks/base/services/ |
D | art-profile | 5112 PLcom/android/server/accounts/AccountManagerService;->lambda$removeAccountInternal$2$AccountManager… 5144 HPLcom/android/server/accounts/AccountManagerService;->removeAccountInternal(Lcom/android/server/ac…
|