Home | History | Annotate | Download | only in editor

Lines Matching refs:PHOTO

34 import android.provider.ContactsContract.CommonDataKinds.Photo;
98 mimetypeLayoutMap.put(Photo.CONTENT_ITEM_TYPE, -1);
201 case Photo.CONTENT_ITEM_TYPE:
246 /** Returns the {@link Photo#PHOTO_FILE_ID} from the given ValuesDelta. */
249 if (valuesDelta.getAfter() == null || valuesDelta.getAfter().get(Photo.PHOTO) == null) {
250 return valuesDelta.getAsLong(Photo.PHOTO_FILE_ID);
271 /** Decodes the Bitmap from the photo bytes from the given ValuesDelta. */
274 final byte[] bytes = valuesDelta.getAsByteArray(Photo.PHOTO);