OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ACTION_SEND
(Results
1 - 25
of
55
) sorted by null
1
2
3
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java
28
Intent sharingIntent = new Intent(android.content.Intent.
ACTION_SEND
);
ShareMockupAction.java
73
Intent share = new Intent(Intent.
ACTION_SEND
);
/packages/screensavers/WebView/src/com/android/dreams/web/
SetURL.java
41
} else if (Intent.
ACTION_SEND
.equals(action)) {
SetURLInteractive.java
41
} else if (Intent.
ACTION_SEND
.equals(action)) {
/frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java
40
* ShareCompat provides functionality to extend the {@link Intent#
ACTION_SEND
}/
52
* within an {@link Intent#
ACTION_SEND
} or {@link Intent#ACTION_SEND_MULTIPLE} intent
60
* Intent extra that stores the name of the calling package for an
ACTION_SEND
intent.
72
* an
ACTION_SEND
intent.
253
* IntentBuilder is a helper for constructing {@link Intent#
ACTION_SEND
} and
280
mIntent = new Intent().setAction(Intent.
ACTION_SEND
);
316
mIntent.setAction(Intent.
ACTION_SEND
);
459
*
ACTION_SEND
intent.</p>
466
if (!mIntent.getAction().equals(Intent.
ACTION_SEND
)) {
467
mIntent.setAction(Intent.
ACTION_SEND
);
[
all
...]
/development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarShareActionProviderActivity.java
83
Intent shareIntent = new Intent(Intent.
ACTION_SEND
);
/development/samples/Support4Demos/src/com/example/android/supportv4/content/
FileProviderExample.java
55
final Intent intent = new Intent(Intent.
ACTION_SEND
);
/external/chromium/chrome/browser/debugger/
devtools_remote_listen_socket_unittest.h
50
ACTION_SEND
= 5,
devtools_remote_listen_socket_unittest.cc
256
ReportAction(ListenSocketTestAction(
ACTION_SEND
));
339
ASSERT_EQ(
ACTION_SEND
, last_action_.type());
/external/chromium/net/base/
listen_socket_unittest.h
43
ACTION_SEND
= 4,
listen_socket_unittest.cc
125
ReportAction(ListenSocketTestAction(
ACTION_SEND
));
162
ASSERT_EQ(
ACTION_SEND
, last_action_.type());
/development/samples/ApiDemos/src/com/example/android/apis/view/
WindowFocusObserver.java
71
Intent shareIntent = new Intent(Intent.
ACTION_SEND
);
ContentBrowserActivity.java
196
Intent shareIntent = new Intent(Intent.
ACTION_SEND
);
VideoPlayerActivity.java
220
Intent shareIntent = new Intent(Intent.
ACTION_SEND
);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/
ContactsDumpActivity.java
119
Intent intent = new Intent(Intent.
ACTION_SEND
);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java
71
if (action.equals(Intent.
ACTION_SEND
) || action.equals(Intent.ACTION_SEND_MULTIPLE)) {
88
if (action.equals(Intent.
ACTION_SEND
)) {
93
// If we get
ACTION_SEND
intent with EXTRA_STREAM, we'll use the
95
// If we get
ACTION_SEND
intent without EXTRA_STREAM, but with
99
if (V) Log.v(TAG, "Get
ACTION_SEND
intent: Uri = " + stream + "; mimetype = "
115
if (V) Log.v(TAG, "Get
ACTION_SEND
intent with Extra_text = "
/packages/apps/Gallery2/src/com/android/photos/
SelectionManager.java
127
mShareIntent.setAction(Intent.
ACTION_SEND
);
/frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java
118
Intent send = new Intent(Intent.
ACTION_SEND
);
125
Intent send = new Intent(Intent.
ACTION_SEND
);
/packages/apps/LegacyCamera/src/com/android/camera/ui/
SharePopup.java
240
new Intent(Intent.
ACTION_SEND
).setType(mMimeType), 0);
276
Intent intent = new Intent(Intent.
ACTION_SEND
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/interactions/
ImportExportDialogFragment.java
185
final Intent intent = new Intent(Intent.
ACTION_SEND
);
/packages/apps/Gallery2/src/com/android/gallery3d/app/
MovieActivity.java
188
Intent intent = new Intent(Intent.
ACTION_SEND
);
/packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java
110
Intent intent = new Intent(Intent.
ACTION_SEND
);
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebugActivity.java
191
Intent intent = new Intent(Intent.
ACTION_SEND
);
/sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
MyActivity.java
137
Intent emailIntent = new Intent(android.content.Intent.
ACTION_SEND
);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
ActionModeHandler.java
340
intent.setAction(Intent.
ACTION_SEND
);
377
intent.setAction(Intent.
ACTION_SEND
).setType(mimeType);
Completed in 1305 milliseconds
1
2
3