Home
last modified time | relevance | path

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

/development/samples/browseable/DisplayingBitmaps/src/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()