Searched defs:EXTRA_OUTPUT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DMediaStore.java273 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
274 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap
276 * If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri
277 * value of EXTRA_OUTPUT.
280 * supply the uri through the EXTRA_OUTPUT field for compatibility with old applications.
289 * @see #EXTRA_OUTPUT
304 * The caller may pass an extra EXTRA_OUTPUT to control where this image will be written.
305 * If the EXTRA_OUTPUT is not present, then a small sized image is returned as a Bitmap
307 * If the EXTRA_OUTPUT is present, then the full-sized image will be written to the Uri
308 * value of EXTRA_OUTPUT
372 public final static String EXTRA_OUTPUT = "output"; field in class:MediaStore
[all...]

Completed in 3051 milliseconds