Searched defs:PHOTO_FILE_ID (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java921 public static final String PHOTO_FILE_ID = "photo_file_id"; field in interface:ContactsContract.ContactsColumns
925 * If PHOTO_FILE_ID is not null, this will be populated with a URI based off
929 * (see {@link #PHOTO_ID}). If either PHOTO_FILE_ID or PHOTO_ID is not null,
2066 public static final String PHOTO_FILE_ID = DATA14; field in class:ContactsContract.Contacts.Photo
3896 * The record will contain both a {@link StreamItemPhotos#PHOTO_FILE_ID} and a
3897 * {@link StreamItemPhotos#PHOTO_URI}. The {@link StreamItemPhotos#PHOTO_FILE_ID}
3993 public static final String PHOTO_FILE_ID = "photo_file_id"; field in interface:ContactsContract.StreamItemPhotosColumns
5188 * {@link #PHOTO_ID} and {@link #PHOTO_FILE_ID} will be set to null. Do not use them.
6199 * {@link #PHOTO_ID} and {@link #PHOTO_FILE_ID} will be set to null. Do not
7106 * <td>{@link #PHOTO_FILE_ID}</t
7134 public static final String PHOTO_FILE_ID = DATA14; field in class:ContactsContract.CommonDataKinds.Photo
[all...]

Completed in 22 milliseconds