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