Home
last modified time | relevance | path

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

/development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/
DImageCache.java529 cacheKey = bytesToHexString(mDigest.digest()); in hashKeyForDisk()
536 private static String bytesToHexString(byte[] bytes) { in bytesToHexString() method in ImageCache