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.java1290 private UserAccounts getUserAccountsForCaller() { in getUserAccountsForCaller() method in AccountManagerService
1714 final UserAccounts accounts = getUserAccountsForCaller(); in updateLastAuthenticatedTime()
2213 UserAccounts accounts = getUserAccountsForCaller(); in removeAccountExplicitly()
2278 removeAccountInternal(getUserAccountsForCaller(), account, getCallingUid()); in removeAccountInternal()
5565 if (getUserAccountsForCaller().accountCache.containsKey(accountType)) {
5566 for (Account account : getUserAccountsForCaller().accountCache.get(accountType)) {