Searched refs:userDataCache (Results 1 – 1 of 1) sorted by relevance
217 private final Map<Account, Map<String, String>> userDataCache = new HashMap<>(); field in AccountManagerService.UserAccounts1217 accounts.userDataCache.remove(account); in validateAccountsInternal()2151 Map<String, String> tmpData = accounts.userDataCache.get(accountToRename); in renameAccountInternal()2159 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()5930 accounts.userDataCache.remove(account);6110 Map<String, String> userDataForAccount = accounts.userDataCache.get(account);6113 accounts.userDataCache.put(account, userDataForAccount);6176 userDataForAccount = accounts.userDataCache.get(account);6182 userDataForAccount = accounts.userDataCache.get(account);6186 accounts.userDataCache.put(account, userDataForAccount);