Searched refs:StreamItemPhotos (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java3314 * values.put(StreamItemPhotos.SORT_INDEX, 1);
3315 * values.put(StreamItemPhotos.PHOTO, photoData);
3318 * StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), values);
3325 * values.put(StreamItemPhotos.STREAM_ITEM_ID, streamItemId);
3326 * values.put(StreamItemPhotos.SORT_INDEX, 1);
3327 * values.put(StreamItemPhotos.PHOTO, photoData);
3416 * {@link StreamItems.StreamItemPhotos#CONTENT_DIRECTORY} path to URIs for a
3474 * directory append {@link StreamItems.StreamItemPhotos#CONTENT_DIRECTORY} to
3491 public static final class StreamItemPhotos class in class:ContactsContract.StreamItems
3500 private StreamItemPhotos() { method in class:ContactsContract.StreamItems.StreamItemPhotos
3937 public static final class StreamItemPhotos implements BaseColumns, StreamItemPhotosColumns { class in class:ContactsContract
3945 private StreamItemPhotos() { method in class:ContactsContract.StreamItemPhotos
[all...]

Completed in 39 milliseconds