Home
last modified time | relevance | path

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

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