HomeSort by relevance Sort by last modified time
    Searched full:shareintent (Results 1 - 25 of 30) sorted by null

1 2

  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java 83 Intent shareIntent = new Intent(Intent.ACTION_SEND);
84 shareIntent.setType("image/*");
86 shareIntent.putExtra(Intent.EXTRA_STREAM, uri);
87 return shareIntent;
  /development/samples/ApiDemos/src/com/example/android/apis/view/
WindowFocusObserver.java 71 Intent shareIntent = new Intent(Intent.ACTION_SEND);
72 shareIntent.setType("image/*");
74 shareIntent.putExtra(Intent.EXTRA_STREAM, uri);
75 actionProvider.setShareIntent(shareIntent);
ContentBrowserActivity.java 196 Intent shareIntent = new Intent(Intent.ACTION_SEND);
197 shareIntent.setType("image/*");
199 shareIntent.putExtra(Intent.EXTRA_STREAM, uri);
200 actionProvider.setShareIntent(shareIntent);
ContentBrowserNavActivity.java 198 Intent shareIntent = new Intent(Intent.ACTION_SEND);
199 shareIntent.setType("image/*");
201 shareIntent.putExtra(Intent.EXTRA_STREAM, uri);
202 actionProvider.setShareIntent(shareIntent);
VideoPlayerActivity.java 220 Intent shareIntent = new Intent(Intent.ACTION_SEND);
221 shareIntent.setType("image/*");
223 shareIntent.putExtra(Intent.EXTRA_STREAM, uri);
224 actionProvider.setShareIntent(shareIntent);
SystemUIModes.java 287 Intent shareIntent = new Intent(Intent.ACTION_SEND);
288 shareIntent.setType("image/*");
290 shareIntent.putExtra(Intent.EXTRA_STREAM, uri);
291 actionProvider.setShareIntent(shareIntent);
  /packages/apps/Launcher3/src/com/android/launcher3/
MemoryDumpActivity.java 118 Intent shareIntent = new Intent(Intent.ACTION_SEND);
119 shareIntent.setType("application/zip");
122 shareIntent.putExtra(Intent.EXTRA_SUBJECT, String.format("Launcher memory dump (%d)", myPid));
131 shareIntent.putExtra(Intent.EXTRA_TEXT, body.toString());
136 shareIntent.putExtra(Intent.EXTRA_STREAM, pathUri);
137 context.startActivity(shareIntent);
  /frameworks/base/docs/html/training/sharing/
send.jd 125 Intent shareIntent = new Intent();
126 shareIntent.setAction(Intent.ACTION_SEND);
127 shareIntent.putExtra(Intent.EXTRA_STREAM, uriToImage);
128 shareIntent.setType("image/jpeg");
129 startActivity(Intent.createChooser(shareIntent, getResources().getText(R.string.send_to)));
177 Intent shareIntent = new Intent();
178 shareIntent.setAction(Intent.ACTION_SEND_MULTIPLE);
179 shareIntent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, imageUris);
180 shareIntent.setType("image/*");
181 startActivity(Intent.createChooser(shareIntent, "Share images to.."))
    [all...]
shareaction.jd 113 private void setShareIntent(Intent shareIntent) {
115 mShareActionProvider.setShareIntent(shareIntent);
  /frameworks/base/core/java/android/widget/
ShareActionProvider.java 58 * public void doShare(Intent shareIntent) {
60 * mShareActionProvider.setShareIntent(shareIntent);
266 * Intent shareIntent = new Intent(Intent.ACTION_SEND);
267 * shareIntent.setType("image/*");
269 * shareIntent.putExtra(Intent.EXTRA_STREAM, uri.toString());</pre>
271 * @param shareIntent The share intent.
276 public void setShareIntent(Intent shareIntent) {
279 dataModel.setIntent(shareIntent);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ShareActionProvider.java 66 * public void doShare(Intent shareIntent) {
68 * mShareActionProvider.setShareIntent(shareIntent);
286 * Intent shareIntent = new Intent(Intent.ACTION_SEND);
287 * shareIntent.setType("image/*");
289 * shareIntent.putExtra(Intent.EXTRA_STREAM, uri.toString());
294 * @param shareIntent The share intent.
299 public void setShareIntent(Intent shareIntent) {
302 dataModel.setIntent(shareIntent);
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 81 void configureMenuItem(MenuItem item, IntentBuilder shareIntent);
86 public void configureMenuItem(MenuItem item, IntentBuilder shareIntent) {
87 item.setIntent(shareIntent.createChooserIntent());
124 public void configureMenuItem(MenuItem item, IntentBuilder shareIntent) {
125 ShareCompatICS.configureMenuItem(item, shareIntent.getActivity(),
126 shareIntent.getIntent());
128 item.setIntent(shareIntent.createChooserIntent());
229 * @param shareIntent IntentBuilder with data about the content to share
231 public static void configureMenuItem(MenuItem item, IntentBuilder shareIntent) {
232 IMPL.configureMenuItem(item, shareIntent);
    [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 354 Intent shareIntent = new Intent(Intent.ACTION_SEND);
355 shareIntent.putExtra(Intent.EXTRA_STREAM, Uri.fromFile(tempFile));
356 shareIntent.setType("image/jpeg");
357 startActivity(Intent.createChooser(shareIntent, "Share photo"));
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 172 Intent shareIntent = item.getShareIntent(MainActivity.this);
175 mShareActionProvider.setShareIntent(shareIntent);
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/ActionBarCompat-ShareActionProviderSample/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 172 Intent shareIntent = item.getShareIntent(MainActivity.this);
175 mShareActionProvider.setShareIntent(shareIntent);
  /development/samples/browseable/ShareActionProvider/src/com.example.android.actionbarcompat.shareactionprovider/
MainActivity.java 172 Intent shareIntent = item.getShareIntent(MainActivity.this);
175 mShareActionProvider.setShareIntent(shareIntent);
  /packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
StopwatchService.java 104 Intent shareIntent = new Intent(android.content.Intent.ACTION_SEND);
105 shareIntent.setType("text/plain");
106 shareIntent.putExtra(
108 shareIntent.putExtra(Intent.EXTRA_TEXT, Stopwatches.buildShareResults(
110 Intent chooserIntent = Intent.createChooser(shareIntent, null);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 425 public void setShareIntents(Intent sharePanoramaIntent, Intent shareIntent,
431 mShareIntent = shareIntent;
433 mShareActionProvider.setShareIntent(shareIntent);
PhotoPage.java 364 Intent shareIntent = createShareIntent(mCurrentPhoto);
366 mActionBar.setShareIntents(panoramaIntent, shareIntent, PhotoPage.this);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java 581 * @return the video/image's ShareIntent or null if mimeType is invalid.
    [all...]
  /development/samples/training/AnimationsDemo/libs/
android-support-v13.jar 
  /development/samples/training/EffectiveNavigation/libs/
android-support-v4.jar 
  /development/samples/training/InteractiveChart/libs/
android-support-v4.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 

Completed in 49 milliseconds

1 2