Home | History | Annotate | Download | only in camera

Lines Matching defs:intentAction

1696         String intentAction = getIntent().getAction();
1697 if (MediaStore.INTENT_ACTION_VIDEO_CAMERA.equals(intentAction)
1698 || MediaStore.ACTION_VIDEO_CAPTURE.equals(intentAction)) {
1700 } else if (MediaStore.ACTION_IMAGE_CAPTURE.equals(intentAction)
1701 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(intentAction)) {
1704 } else if (MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA.equals(intentAction)
1705 ||MediaStore.INTENT_ACTION_STILL_IMAGE_CAMERA_SECURE.equals(intentAction)
1706 || MediaStore.ACTION_IMAGE_CAPTURE_SECURE.equals(intentAction)) {