Home | History | Annotate | Download | only in provider

Lines Matching defs:CONTENT_PHOTO_URI

3353      * <dt>Via {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI}:</dt>
3360 * getContentResolver().insert(StreamItems.CONTENT_PHOTO_URI, values);
3459 public static final Uri CONTENT_PHOTO_URI = Uri.withAppendedPath(CONTENT_URI, "photo");
3832 * <dt>Via the {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI} URI:</dt>
3839 * Uri.Builder builder = StreamItems.CONTENT_PHOTO_URI.buildUpon();
3871 * <dt>Via the {@link ContactsContract.StreamItems#CONTENT_PHOTO_URI} URI:</dt>
3877 * Uri.Builder builder = StreamItems.CONTENT_PHOTO_URI.buildUpon();