Searched defs:PHOTO_URI (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/provider/
H A DContactsContract.java825 * and {@link #PHOTO_URI}).
826 * If PHOTO_ID is null, consult {@link #PHOTO_URI} or {@link #PHOTO_THUMBNAIL_URI},
836 * {@link #PHOTO_URI}. The ID can also be used with
851 * PHOTO_URI and PHOTO_THUMBNAIL_URI shall not be null (but not necessarily
852 * vice versa). Thus using PHOTO_URI is a more robust method of retrieving
857 public static final String PHOTO_URI = "photo_uri"; field in interface:ContactsContract.ContactsColumns
861 * A photo can be referred to either by a URI (this field or {@link #PHOTO_URI})
862 * or by ID (see {@link #PHOTO_ID}). If PHOTO_ID is not null, PHOTO_URI and
865 * and thumbnail photos, PHOTO_THUMBNAIL_URI and {@link #PHOTO_URI} can contain
1259 * <td>{@link #PHOTO_URI}</t
3911 public static final String PHOTO_URI = "photo_uri"; field in interface:ContactsContract.StreamItemPhotosColumns
[all...]

Completed in 129 milliseconds