Home | History | Annotate | Download | only in camera

Lines Matching refs:ImageColumns

29 import android.provider.MediaStore.Images.ImageColumns;
169 values.put(ImageColumns.TITLE, title);
170 values.put(ImageColumns.DISPLAY_NAME, title + JPEG_POSTFIX);
171 values.put(ImageColumns.DATE_TAKEN, date);
172 values.put(ImageColumns.MIME_TYPE, mimeType);
173 values.put(ImageColumns.DATE_MODIFIED, dateModifiedSeconds);
175 values.put(ImageColumns.ORIENTATION, orientation);
176 values.put(ImageColumns.DATA, path);
177 values.put(ImageColumns.SIZE, jpegLength);
182 values.put(ImageColumns.LATITUDE, location.getLatitude());
183 values.put(ImageColumns.LONGITUDE, location.getLongitude());