Searched refs:userDataCache (Results 1 – 1 of 1) sorted by relevance
240 private final Map<Account, Map<String, String>> userDataCache = new HashMap<>(); field in AccountManagerService.UserAccounts1284 accounts.userDataCache.remove(account); in validateAccountsInternal()2262 Map<String, String> tmpData = accounts.userDataCache.get(accountToRename); in renameAccountInternal()2270 accounts.userDataCache.put(renamedAccount, tmpData); in renameAccountInternal()6211 accounts.userDataCache.remove(account);6391 Map<String, String> userDataForAccount = accounts.userDataCache.get(account);6394 accounts.userDataCache.put(account, userDataForAccount);6457 userDataForAccount = accounts.userDataCache.get(account);6463 userDataForAccount = accounts.userDataCache.get(account);6467 accounts.userDataCache.put(account, userDataForAccount);