Home | History | Annotate | Download | only in provider

Lines Matching refs:CONTENT_PHOTO_URI

3117      * <dt>Via {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI}:</dt>
3124 * getContentResolver().insert(StreamItems.CONTENT_PHOTO_URI, values);
3205 public static final Uri CONTENT_PHOTO_URI = Uri.withAppendedPath(CONTENT_URI, "photo");
3459 * <dt>Via the {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI} URI:</dt>
3466 * Uri.Builder builder = StreamItems.CONTENT_PHOTO_URI.buildUpon();
3498 * <dt>Via the {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI} URI:</dt>
3504 * Uri.Builder builder = StreamItems.CONTENT_PHOTO_URI.buildUpon();