Home
last modified time | relevance | path

Searched refs:cacheKey (Results 1 – 1 of 1) sorted by relevance

/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
DImageCache.java580 String cacheKey; in hashKeyForDisk() local
584 cacheKey = bytesToHexString(mDigest.digest()); in hashKeyForDisk()
586 cacheKey = String.valueOf(key.hashCode()); in hashKeyForDisk()
588 return cacheKey; in hashKeyForDisk()