Home | History | Annotate | Download | only in camera

Lines Matching refs:myExtras

1176         Bundle myExtras = intent.getExtras();
1180 if (mIsVideoCaptureIntent && myExtras != null) {
1181 Uri saveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
1192 requestedSizeLimit = myExtras.getLong(MediaStore.EXTRA_SIZE_LIMIT);
1323 Bundle myExtras = intent.getExtras();
1327 if (mIsVideoCaptureIntent && myExtras != null) {
1328 Uri saveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
1339 requestedSizeLimit = myExtras.getLong(MediaStore.EXTRA_SIZE_LIMIT);