Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1331 private UserAccounts getUserAccountsForCaller() { in getUserAccountsForCaller() method in AccountManagerService
1798 final UserAccounts accounts = getUserAccountsForCaller(); in updateLastAuthenticatedTime()
2380 UserAccounts accounts = getUserAccountsForCaller(); in removeAccountExplicitly()
2445 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
5824 if (getUserAccountsForCaller().accountCache.containsKey(accountType)) {
5825 for (Account account : getUserAccountsForCaller().accountCache.get(accountType)) {