Searched refs:photoStream (Results 1 – 2 of 2) sorted by relevance
354 final InputStream photoStream = Contacts.openContactPhotoInputStream( in getContactPhoto() local358 if (photoStream == null) return null; in getContactPhoto()360 final Bitmap bitmap = decodeStreamForShortcut(photoStream); in getContactPhoto()361 photoStream.close(); in getContactPhoto()368 photoStream.close(); in getContactPhoto()
300 abstract Builder setPhotoStream(ByteArrayOutputStream photoStream); in setPhotoStream() argument350 ByteArrayOutputStream photoStream = new ByteArrayOutputStream(); in getPhotoStreamWithColor() local351 bitmap.compress(Bitmap.CompressFormat.PNG, 75, photoStream); in getPhotoStreamWithColor()352 return photoStream; in getPhotoStreamWithColor()