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

  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 47 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
64 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
67 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
83 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
86 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
102 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
125 assertEquals(Intent.ACTION_SENDTO, entry.intent.getAction());
128 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneCapabilityTester.java 80 final Intent intent = new Intent(Intent.ACTION_SENDTO,
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
DataAction.java 120 final Intent smsIntent = hasSms ? new Intent(Intent.ACTION_SENDTO,
154 mIntent = new Intent(Intent.ACTION_SENDTO, mailUri);
190 mIntent = new Intent(Intent.ACTION_SENDTO, imUri);
202 Intent.ACTION_SENDTO, Uri.parse("xmpp:" + data + "?call"));
  /packages/apps/Contacts/tests/src/com/android/contacts/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/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);
  /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,
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 77 final Intent intent = new Intent(android.content.Intent.ACTION_SENDTO, Uri.parse("mailto:" + who));
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 597 final Intent smsIntent = mHasSms ? new Intent(Intent.ACTION_SENDTO,
629 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/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 362 fragment.setShortcutAction(Intent.ACTION_SENDTO);
  /packages/apps/Contacts/src/com/android/contacts/interactions/
PhoneNumberInteraction.java 331 Intent.ACTION_SENDTO, Uri.fromParts("sms", phoneNumber, null));
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 529 new Intent(Intent.ACTION_SENDTO,
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
Utils.java     [all...]
  /packages/apps/Phone/src/com/android/phone/
PhoneApp.java     [all...]
  /frameworks/base/core/java/android/content/
Intent.java 493 * <li> {@link #ACTION_SENDTO}
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 425 || Intent.ACTION_SENDTO.equals(mAction)
    [all...]
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/7/
android.jar 
  /prebuilts/sdk/9/
android.jar 

Completed in 671 milliseconds