Searched refs:TaskInfoCache (Results 1 – 2 of 2) sorted by relevance
33 class TaskInfoCache { class34 public static final String TAG = TaskInfoCache.class.getSimpleName();40 TaskInfoCache(Context context) { in TaskInfoCache() method in TaskInfoCache
184 private TaskInfoCache mTaskInfoCache;515 mTaskInfoCache = new TaskInfoCache(getApplicationContext()); in onCreate()