Searched refs:mTmpAvailActCache (Results 1 – 1 of 1) sorted by relevance
197 private final HashMap<ComponentName, ActivityInfo> mTmpAvailActCache = new HashMap<>(); field in RecentTasks719 mTmpAvailActCache.clear(); in cleanupLocked()737 ActivityInfo ai = mTmpAvailActCache.get(task.realActivity); in cleanupLocked()753 mTmpAvailActCache.put(task.realActivity, ai); in cleanupLocked()