Home | History | Annotate | Download | only in camera

Lines Matching refs:myExtras

2106         Bundle myExtras = getIntent().getExtras();
2107 if (myExtras != null) {
2108 mSaveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
2109 mCropValue = myExtras.getString("crop");