Searched refs:mPanoramaShareIntent (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/
H A DCameraActivity.java184 private Intent mPanoramaShareIntent; field in class:CameraActivity
603 if (mPanoramaShareIntent == null) {
604 mPanoramaShareIntent = new Intent(Intent.ACTION_SEND);
606 mPanoramaShareIntent.setType("application/vnd.google.panorama360+jpg");
607 mPanoramaShareIntent.putExtra(Intent.EXTRA_STREAM, contentUri);
609 mPanoramaShareActionProvider.setShareIntent(mPanoramaShareIntent);
900 if (mPanoramaShareIntent != null) {
901 mPanoramaShareActionProvider.setShareIntent(mPanoramaShareIntent);

Completed in 29 milliseconds