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.java33 private Intent mShareIntent = new Intent(); field in SelectionManager
91 mShareIntent.removeExtra(Intent.EXTRA_STREAM); in onItemSelectedStateChanged()
93 mShareIntent.setAction(null).setType(null); in onItemSelectedStateChanged()
97 mShareIntent.setAction(null).setType(null); in onItemSelectedStateChanged()
100 mShareIntent.setType(GalleryUtils.MIME_TYPE_IMAGE); in onItemSelectedStateChanged()
102 mShareIntent.setType(GalleryUtils.MIME_TYPE_VIDEO); in onItemSelectedStateChanged()
104 mShareIntent.setType(GalleryUtils.MIME_TYPE_ALL); in onItemSelectedStateChanged()
107 mShareIntent.setAction(Intent.ACTION_SEND); in onItemSelectedStateChanged()
108 mShareIntent.putExtra(Intent.EXTRA_STREAM, mCachedShareableUris.get(0)); in onItemSelectedStateChanged()
110 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()