Home
last modified time | relevance | path

Searched refs:ACTION_IMAGE_CAPTURE (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/docs/html/training/camera/
Dphotobasics.jd92 Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
215 Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
/frameworks/base/core/java/android/provider/
DMediaStore.java267 public final static String ACTION_IMAGE_CAPTURE = "android.media.action.IMAGE_CAPTURE"; field in MediaStore
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd107 <dd>An intent action type of {@link android.provider.MediaStore#ACTION_IMAGE_CAPTURE
108 MediaStore.ACTION_IMAGE_CAPTURE} or {@link android.provider.MediaStore#ACTION_VIDEO_CAPTURE
185 <li>{@link android.provider.MediaStore#ACTION_IMAGE_CAPTURE MediaStore.ACTION_IMAGE_CAPTURE} -
229 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
/frameworks/base/core/java/android/content/
DIntent.java7480 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in fixUris()
7588 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(action) in migrateExtraStreamToClipData()
/frameworks/base/docs/html/guide/components/
Dintents-common.jd515 android.provider.MediaStore#ACTION_IMAGE_CAPTURE} or {@link
523 <dd>{@link android.provider.MediaStore#ACTION_IMAGE_CAPTURE} or<br>
548 android.provider.MediaStore#ACTION_IMAGE_CAPTURE} to capture a photo, the camera may also return a
560 Intent intent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
/frameworks/base/docs/html/sdk/api_diff/3/
DmissingSinces.txt496 NO DOC BLOCK: android.provider.MediaStore Field ACTION_IMAGE_CAPTURE
/frameworks/base/api/
Dcurrent.txt24792 …field public static final java.lang.String ACTION_IMAGE_CAPTURE = "android.media.action.IMAGE_CAPT…