Searched defs:photoBytes (Results 1 – 3 of 3) sorted by relevance
66 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { in cacheBitmap()
559 public abstract void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes); in cacheBitmap()1221 public void cacheBitmap(Uri photoUri, Bitmap bitmap, byte[] photoBytes) { in cacheBitmap()
7159 private void writePhotoAsync(final Uri uri, final byte[] photoBytes) throws Exception { in writePhotoAsync()