Searched refs:userDataCache (Results 1 – 1 of 1) sorted by relevance
215 private final Map<Account, Map<String, String>> userDataCache = new HashMap<>(); field in AccountManagerService.UserAccounts1210 accounts.userDataCache.remove(account); in validateAccountsInternal()2080 Map<String, String> tmpData = accounts.userDataCache.get(accountToRename); in renameAccountInternal()2088 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()5840 accounts.userDataCache.remove(account);6017 Map<String, String> userDataForAccount = accounts.userDataCache.get(account);6020 accounts.userDataCache.put(account, userDataForAccount);6083 userDataForAccount = accounts.userDataCache.get(account);6089 userDataForAccount = accounts.userDataCache.get(account);6093 accounts.userDataCache.put(account, userDataForAccount);