Home | History | Annotate | Download | only in camera

Lines Matching refs:myExtras

278         Bundle myExtras = getIntent().getExtras();
302 String cropValue = myExtras != null ? myExtras.getString("crop") : null;
315 cropIntent.putExtras(myExtras);
319 if (myExtras != null && myExtras.getBoolean("return-data")) {