Searched refs:snapshot (Results 1 – 3 of 3) sorted by relevance
196 DiskLruCache.Snapshot snapshot; in processBitmap() local207 snapshot = mHttpDiskCache.get(key); in processBitmap()208 if (snapshot == null) { in processBitmap()221 snapshot = mHttpDiskCache.get(key); in processBitmap()223 if (snapshot != null) { in processBitmap()225 (FileInputStream) snapshot.getInputStream(DISK_CACHE_INDEX); in processBitmap()
257 DiskLruCache.Snapshot snapshot = mDiskLruCache.get(key); in addBitmapToCache() local258 if (snapshot == null) { in addBitmapToCache()268 snapshot.getInputStream(DISK_CACHE_INDEX).close(); in addBitmapToCache()328 final DiskLruCache.Snapshot snapshot = mDiskLruCache.get(key); in getBitmapFromDiskCache() local329 if (snapshot != null) { in getBitmapFromDiskCache()333 inputStream = snapshot.getInputStream(DISK_CACHE_INDEX); in getBitmapFromDiskCache()
2 feature that allows users to take a snapshot of the machine state, continue82 Now try the new "record" command to take a snapshot of the machine state.