HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SEND (Results 1 - 22 of 22) sorted by null

  /external/chromium/net/base/
listen_socket_unittest.h 41 ACTION_SEND = 4,
listen_socket_unittest.cc 204 ReportAction(ListenSocketTestAction(ACTION_SEND));
269 ASSERT_EQ(ACTION_SEND, last_action_.type());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppLauncherActivity.java 69 if (action.equals(Intent.ACTION_SEND) || action.equals(Intent.ACTION_SEND_MULTIPLE)) {
75 if (action.equals(Intent.ACTION_SEND)) {
80 // If we get ACTION_SEND intent with EXTRA_STREAM, we'll use the
82 // If we get ACTION_SEND intent without EXTRA_STREAM, but with
86 if (V) Log.v(TAG, "Get ACTION_SEND intent: Uri = " + stream + "; mimetype = "
93 if (V) Log.v(TAG, "Get ACTION_SEND intent with Extra_text = "
TestActivity.java 102 if (Intent.ACTION_SEND.equals(action)) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListActivity.java 132 Intent target = new Intent(Intent.ACTION_SEND);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportListActivity.java 110 Intent intent = new Intent(Intent.ACTION_SEND);
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 229 Intent send = new Intent(Intent.ACTION_SEND);
BrowserActivity.java     [all...]
  /frameworks/base/core/java/android/provider/
Browser.java 141 * a page to share. When receiving an {@link Intent#ACTION_SEND} from the
149 * page to share. When receiving an {@link Intent#ACTION_SEND} from the
172 Intent send = new Intent(Intent.ACTION_SEND);
  /packages/apps/Gallery3D/src/com/cooliris/media/
HudLayer.java 741 intent.setAction(Intent.ACTION_SEND);
755 intent.setAction(Intent.ACTION_SEND);
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 219 i.setAction(Intent.ACTION_SEND);
330 || Intent.ACTION_SEND.equals(mAction)
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 668 Intent intent = new Intent(Intent.ACTION_SEND);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
ImageGallery.java     [all...]
MenuHelper.java 631 intent.setAction(Intent.ACTION_SEND);
    [all...]
ViewImage.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 482 * <li> {@link #ACTION_SEND}
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/
ViewContactActivity.java 633 final Intent intent = new Intent(Intent.ACTION_SEND);
    [all...]
ContactsListActivity.java     [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
ComposeMessageActivity.java     [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 151 milliseconds