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

/frameworks/base/core/java/android/provider/
H A DContactsContract.java3352 * <dt>Via {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI}:</dt>
3359 * getContentResolver().insert(StreamItems.CONTENT_PHOTO_URI, values);
3459 public static final Uri CONTENT_PHOTO_URI = Uri.withAppendedPath(CONTENT_URI, "photo"); field in class:ContactsContract.StreamItems
3834 * <dt>Via the {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI} URI:</dt>
3841 * Uri.Builder builder = StreamItems.CONTENT_PHOTO_URI.buildUpon();
3873 * <dt>Via the {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI} URI:</dt>
3879 * Uri.Builder builder = StreamItems.CONTENT_PHOTO_URI.buildUpon();

Completed in 28 milliseconds