Searched refs:mShareIntent (Results 1 – 2 of 2) sorted by relevance
38 private Intent mShareIntent = new Intent(); field in SelectionManager111 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 …]
396 private Intent mShareIntent; field in GalleryActionBar417 mShareActionProvider.setShareIntent(mShareIntent); in createActionBarMenu()431 mShareIntent = shareIntent; in setShareIntents()