HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SENDTO (Results 1 - 25 of 31) sorted by null

1 2

  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 51 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
69 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
72 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
89 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
92 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
110 assertEquals(Intent.ACTION_SENDTO, imIntent.getAction());
135 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
138 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 120 smsIntent = new Intent(Intent.ACTION_SENDTO,
158 mIntent = new Intent(Intent.ACTION_SENDTO, mailUri);
194 mIntent = new Intent(Intent.ACTION_SENDTO, imUri);
205 Intent.ACTION_SENDTO, Uri.parse("xmpp:" + data + "?call"));
  /packages/apps/Dialer/tests/src/com/android/dialer/interactions/
PhoneNumberInteractionTest.java 105 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
124 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
145 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneCapabilityTester.java 86 final Intent intent = new Intent(Intent.ACTION_SENDTO,
  /packages/apps/Mms/src/com/android/mms/widget/
MmsWidgetProvider.java 103 composeIntent.setAction(Intent.ACTION_SENDTO);
  /packages/apps/Tag/src/com/android/apps/tag/record/
UriRecord.java 70 return new Intent(Intent.ACTION_SENDTO, mUri);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsApplication.java 87 * The class name of the ACTION_SENDTO intent in this app.
128 * Implement ACTION_SENDTO intent.
198 intent = new Intent(Intent.ACTION_SENDTO,
489 * Updates the ACTION_SENDTO activity to the specified component for the specified scheme.
494 Intent intent = new Intent(Intent.ACTION_SENDTO, Uri.fromParts(scheme, "", null));
508 intentFilter.addAction(Intent.ACTION_SENDTO);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
WebViewContextMenu.java 86 // has an app that supports ACTION_DIAL or ACTION_SENDTO
93 new Intent(Intent.ACTION_SENDTO, Uri.parse("smsto:")),
235 sendSmsMenuItem.setIntent(new Intent(Intent.ACTION_SENDTO,
  /packages/experimental/LoaderApp/src/com/android/loaderapp/util/
ContactsUtils.java 254 return new Intent(Intent.ACTION_SENDTO, imUri);
374 Intent intent = new Intent(Intent.ACTION_SENDTO,
  /development/samples/devbytes/telephony/SmsSampleProject/SmsSample/src/main/java/com/example/android/smssample/
MainActivity.java 90 if (!TextUtils.isEmpty(intentAction) && (Intent.ACTION_SENDTO.equals(intentAction)
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 67 final Intent intent = new Intent(android.content.Intent.ACTION_SENDTO,
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 574 smsIntent = new Intent(Intent.ACTION_SENDTO,
613 entry.intent = new Intent(Intent.ACTION_SENDTO,
    [all...]
  /frameworks/opt/mailcommon/java/com/android/mailcommon/
WebViewContextMenu.java 217 sendSmsMenuItem.setIntent(new Intent(Intent.ACTION_SENDTO,
  /packages/apps/Dialer/src/com/android/dialer/interactions/
PhoneNumberInteraction.java 322 Intent.ACTION_SENDTO, Uri.fromParts("sms", phoneNumber, null));
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 384 entry.secondaryIntent = new Intent(Intent.ACTION_SENDTO,
402 entry.intent = new Intent(Intent.ACTION_SENDTO,
  /packages/apps/Contacts/src/com/android/contacts/activities/
ContactSelectionActivity.java 361 fragment.setShortcutAction(Intent.ACTION_SENDTO);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 574 new Intent(Intent.ACTION_SENDTO,
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java     [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 497 * <li> {@link #ACTION_SENDTO}
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
ComposeActivity.java     [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/18/
android.jar 

Completed in 278 milliseconds

1 2