Searched refs:getUserAccountsForCaller (Results 1 – 2 of 2) sorted by relevance
1295 private UserAccounts getUserAccountsForCaller() { in getUserAccountsForCaller() method in AccountManagerService1756 final UserAccounts accounts = getUserAccountsForCaller(); in updateLastAuthenticatedTime()2302 UserAccounts accounts = getUserAccountsForCaller(); in removeAccountExplicitly()2367 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()5680 if (getUserAccountsForCaller().accountCache.containsKey(accountType)) {5681 for (Account account : getUserAccountsForCaller().accountCache.get(accountType)) {
5083 PLcom/android/server/accounts/AccountManagerService;->getUserAccountsForCaller()Lcom/android/server…