Searched refs:mUserToPreInstallAppMap (Results 1 – 1 of 1) sorted by relevance
91 private Map<UserHandle, List<String>> mUserToPreInstallAppMap; field in UserCache136 mUserToPreInstallAppMap = fetchPreInstallApps(); in updateCache()196 mUserToPreInstallAppMap.put(userHandle, preInstalledApps); in putToPreInstallCache()211 List<String> preInstallApp = mUserToPreInstallAppMap.get(user); in getPreInstallApps()