Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/photomanager/
DPhotoManager.java352 final Bitmap cached = getCachedPhoto(request.bitmapKey); in loadCachedPhoto()
376 final Bitmap cachedReplacement = getCachedPhoto(replacementBitmapKey); in loadCachedPhoto()
412 private static Bitmap getCachedPhoto(BitmapIdentifier bitmapKey) { in getCachedPhoto() method in PhotoManager