Home | History | Annotate | Download | only in camera

Lines Matching refs:myExtras

2119         Bundle myExtras = getIntent().getExtras();
2120 if (myExtras != null) {
2121 mSaveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
2122 mCropValue = myExtras.getString("crop");