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

/packages/apps/Gallery2/src/com/android/photos/
H A DSelectionManager.java38 private Intent mShareIntent = new Intent(); field in class:SelectionManager
111 mShareIntent.removeExtra(Intent.EXTRA_STREAM);
113 mShareIntent.setAction(null).setType(null);
117 mShareIntent.setAction(null).setType(null);
120 mShareIntent.setType(GalleryUtils.MIME_TYPE_IMAGE);
122 mShareIntent.setType(GalleryUtils.MIME_TYPE_VIDEO);
124 mShareIntent.setType(GalleryUtils.MIME_TYPE_ALL);
127 mShareIntent.setAction(Intent.ACTION_SEND);
128 mShareIntent.putExtra(Intent.EXTRA_STREAM, mCachedShareableUris.get(0));
130 mShareIntent
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DGalleryActionBar.java396 private Intent mShareIntent; field in class:GalleryActionBar
417 mShareActionProvider.setShareIntent(mShareIntent);
431 mShareIntent = shareIntent;

Completed in 103 milliseconds