Searched refs:cacheKey (Results 1 – 1 of 1) sorted by relevance
580 String cacheKey; in hashKeyForDisk() local584 cacheKey = bytesToHexString(mDigest.digest()); in hashKeyForDisk()586 cacheKey = String.valueOf(key.hashCode()); in hashKeyForDisk()588 return cacheKey; in hashKeyForDisk()