Searched refs:TaskCacheEntry (Results 1 – 1 of 1) sorted by relevance
65 private final TaskKeyLruCache<TaskCacheEntry> mIconCache;106 CancellableTask<TaskCacheEntry> request = new CancellableTask<TaskCacheEntry>() { in updateIconInBackground()108 public TaskCacheEntry getResultOnBg() { in updateIconInBackground()113 public void handleResult(TaskCacheEntry result) { in updateIconInBackground()140 private TaskCacheEntry getCacheEntry(Task task) { in getCacheEntry()141 TaskCacheEntry entry = mIconCache.getAndInvalidateIfModified(task.key); in getCacheEntry()151 entry = new TaskCacheEntry(); in getCacheEntry()253 private static class TaskCacheEntry { class in TaskIconCache