Searched refs:removeAccountInternal (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 233 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/ |
D | AccountManagerService.java | 1359 removeAccountInternal(accounts, account, Process.SYSTEM_UID); in syncDeCeAccountsLocked() 2248 return removeAccountInternal(accounts, account, callingUid); in removeAccountExplicitly() 2282 removeAccountInternal(mAccounts, mAccount, getCallingUid()); in onResult() 2302 protected void removeAccountInternal(Account account) { in removeAccountInternal() method in AccountManagerService 2303 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal() 2306 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) { in removeAccountInternal() method in AccountManagerService 4434 removeAccountInternal(accounts, account, callingUid);
|
/frameworks/base/services/ |
D | art-profile | 2366 PLcom/android/server/accounts/AccountManagerService;->removeAccountInternal(Lcom/android/server/acc…
|