Home | History | Annotate | Download | only in accounts

Lines Matching defs:removeAccountInternal

1335                 removeAccountInternal(accounts, account, Process.SYSTEM_UID);
2223 return removeAccountInternal(accounts, account, callingUid);
2257 removeAccountInternal(mAccounts, mAccount, getCallingUid());
2277 protected void removeAccountInternal(Account account) {
2278 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid());
2281 private boolean removeAccountInternal(UserAccounts accounts, Account account, int callingUid) {
4410 removeAccountInternal(accounts, account, callingUid);