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

  /packages/apps/Contacts/tests/src/com/android/contacts/
ContactsUtilsTests.java 45 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
63 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
79 assertEquals(Intent.ACTION_SENDTO, intent.getAction());
  /packages/apps/IM/src/com/android/im/app/
ImUrlActivity.java 58 if (Intent.ACTION_SENDTO.equals(intent.getAction())) {
  /packages/apps/Contacts/src/com/android/contacts/
ContactsUtils.java 263 return new Intent(Intent.ACTION_SENDTO, imUri);
421 Intent intent = new Intent(Intent.ACTION_SENDTO,
CallDetailActivity.java 234 Intent smsIntent = new Intent(Intent.ACTION_SENDTO,
ViewContactActivity.java     [all...]
RecentCallsListActivity.java     [all...]
ContactsListActivity.java 655 mShortcutAction = Intent.ACTION_SENDTO;
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactWindow.java 780 mIntent = new Intent(Intent.ACTION_SENDTO, smsUri);
787 mIntent = new Intent(Intent.ACTION_SENDTO, mailUri);
821 mIntent = new Intent(Intent.ACTION_SENDTO, imUri);
    [all...]
  /development/apps/Term/src/com/android/term/
Term.java 519 new Intent(Intent.ACTION_SENDTO, Uri.parse("mailto:"
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java 483 * <li> {@link #ACTION_SENDTO}
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageCompose.java 323 || Intent.ACTION_SENDTO.equals(mAction)
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 463 milliseconds