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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java3345 * values.put(StreamItemPhotos.SORT_INDEX, 1);
3346 * values.put(StreamItemPhotos.PHOTO, photoData);
3349 * StreamItems.StreamItemPhotos.CONTENT_DIRECTORY), values);
3356 * values.put(StreamItemPhotos.STREAM_ITEM_ID, streamItemId);
3357 * values.put(StreamItemPhotos.SORT_INDEX, 1);
3358 * values.put(StreamItemPhotos.PHOTO, photoData);
3447 * {@link StreamItems.StreamItemPhotos#CONTENT_DIRECTORY} path to URIs for a
3505 * directory append {@link StreamItems.StreamItemPhotos#CONTENT_DIRECTORY} to
3522 public static final class StreamItemPhotos class in class:ContactsContract.StreamItems
3531 private StreamItemPhotos() { method in class:ContactsContract.StreamItems.StreamItemPhotos
3968 public static final class StreamItemPhotos implements BaseColumns, StreamItemPhotosColumns { class in class:ContactsContract
3976 private StreamItemPhotos() { method in class:ContactsContract.StreamItemPhotos
[all...]

Completed in 34 milliseconds