OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mShareIntent
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java
38
private Intent
mShareIntent
= new Intent();
111
mShareIntent
.removeExtra(Intent.EXTRA_STREAM);
113
mShareIntent
.setAction(null).setType(null);
117
mShareIntent
.setAction(null).setType(null);
120
mShareIntent
.setType(GalleryUtils.MIME_TYPE_IMAGE);
122
mShareIntent
.setType(GalleryUtils.MIME_TYPE_VIDEO);
124
mShareIntent
.setType(GalleryUtils.MIME_TYPE_ALL);
127
mShareIntent
.setAction(Intent.ACTION_SEND);
128
mShareIntent
.putExtra(Intent.EXTRA_STREAM, mCachedShareableUris.get(0));
130
mShareIntent
.setAction(Intent.ACTION_SEND_MULTIPLE)
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java
396
private Intent
mShareIntent
;
417
mShareActionProvider.setShareIntent(
mShareIntent
);
431
mShareIntent
= shareIntent;
Completed in 3299 milliseconds