Searched refs:mPhotoCache (Results 1 – 1 of 1) sorted by relevance
89 private final LruCache<URL, byte[]> mPhotoCache; field in PhotoManager157 mPhotoCache = new LruCache<URL, byte[]>(IMAGE_CACHE_SIZE) { in PhotoManager()285 mPhotoCache.put(photoTask.getImageURL(), photoTask.getByteBuffer()); in handleState()404 downloadTask.setByteBuffer(sInstance.mPhotoCache.get(downloadTask.getImageURL())); in startDownload()