Lines Matching refs:myExtras
1171 Bundle myExtras = intent.getExtras();
1175 if (mIsVideoCaptureIntent && myExtras != null) {
1176 Uri saveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
1187 requestedSizeLimit = myExtras.getLong(MediaStore.EXTRA_SIZE_LIMIT);
1326 Bundle myExtras = intent.getExtras();
1330 if (mIsVideoCaptureIntent && myExtras != null) {
1331 Uri saveUri = (Uri) myExtras.getParcelable(MediaStore.EXTRA_OUTPUT);
1342 requestedSizeLimit = myExtras.getLong(MediaStore.EXTRA_SIZE_LIMIT);