Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java1295 private UserAccounts getUserAccountsForCaller() { in getUserAccountsForCaller() method in AccountManagerService
1756 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)) {
/frameworks/base/services/
Dart-profile5083 PLcom/android/server/accounts/AccountManagerService;->getUserAccountsForCaller()Lcom/android/server…