Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1287 private UserAccounts getUserAccountsForCaller() { in getUserAccountsForCaller() method in AccountManagerService
1738 final UserAccounts accounts = getUserAccountsForCaller(); in updateLastAuthenticatedTime()
2238 UserAccounts accounts = getUserAccountsForCaller(); in removeAccountExplicitly()
2303 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
5590 if (getUserAccountsForCaller().accountCache.containsKey(accountType)) {
5591 for (Account account : getUserAccountsForCaller().accountCache.get(accountType)) {