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 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 116 final Intent smsIntent = hasSms ? new Intent(Intent.ACTION_SENDTO,
152 mIntent = new Intent(Intent.ACTION_SENDTO, mailUri);
188 mIntent = new Intent(Intent.ACTION_SENDTO, imUri);
199 Intent.ACTION_SENDTO, Uri.parse("xmpp:" + data + "?call"));
  /packages/apps/Contacts/src/com/android/contacts/util/
PhoneCapabilityTester.java 82 final Intent intent = new Intent(Intent.ACTION_SENDTO,
  /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/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/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 591 final Intent smsIntent = mHasSms ? new Intent(Intent.ACTION_SENDTO,
627 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 306 Intent.ACTION_SENDTO, Uri.fromParts("sms", phoneNumber, null));
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java 154 final Intent intent = new Intent(android.content.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 361 fragment.setShortcutAction(Intent.ACTION_SENDTO);
  /packages/apps/Dialer/src/com/android/dialer/
CallDetailActivity.java 533 new Intent(Intent.ACTION_SENDTO,
    [all...]
  /packages/apps/Phone/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 493 * <li> {@link #ACTION_SENDTO}
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 427 || 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 205 milliseconds