D | ContactPhotoManager.java | 435 public abstract void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes); in cacheBitmap() method in ContactPhotoManager 966 private void cacheBitmap(Object key, byte[] bytes, boolean preloading, int requestedExtent) { in cacheBitmap() method in ContactPhotoManagerImpl 994 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { in cacheBitmap() method in ContactPhotoManagerImpl 1277 cacheBitmap(id, bytes, preloading, -1); in loadThumbnails() 1296 cacheBitmap(profileCursor.getLong(0), profileCursor.getBlob(1), in loadThumbnails() 1300 cacheBitmap(id, null, preloading, -1); in loadThumbnails() 1309 cacheBitmap(id, null, preloading, -1); in loadThumbnails() 1345 cacheBitmap(uri, baos.toByteArray(), false, in loadUriBasedPhotos() 1350 cacheBitmap(uri, null, false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos() 1354 cacheBitmap(uri, null, false, uriRequest.getRequestedExtent()); in loadUriBasedPhotos()
|