Home | History | Annotate | Download | only in camera

Lines Matching refs:myExtras

1108         Bundle myExtras = intent.getExtras();
1113 if (mIsVideoCaptureIntent && myExtras != null) {
1114 Uri saveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
1125 requestedSizeLimit = myExtras.getLong(MediaStore.EXTRA_SIZE_LIMIT);