Searched refs:activityInfoCache (Results 1 – 2 of 2) sorted by relevance
46 ActivityInfo> activityInfoCache) { in IconLoader() argument49 mActivityInfoCache = activityInfoCache; in IconLoader()167 LruCache<ComponentName, ActivityInfo> activityInfoCache) { in DefaultIconLoader() argument168 super(context, iconCache, activityInfoCache); in DefaultIconLoader()
121 LruCache<ComponentName, ActivityInfo> activityInfoCache) { in createNewIconLoader() argument122 return new IconLoader.DefaultIconLoader(context, iconCache, activityInfoCache); in createNewIconLoader()256 Map<ComponentName, ActivityInfo> activityInfoCache = mActivityInfoCache.snapshot(); in onPackageChanged() local257 for (ComponentName cn : activityInfoCache.keySet()) { in onPackageChanged()