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

  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailFragmentTests.java 50 assertNull(entry.secondaryIntent);
67 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
68 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString());
86 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
87 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString());
109 assertNull(entry.secondaryIntent);
128 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
129 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString());
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactFragment.java 257 Intent intent = entry.secondaryIntent;
384 entry.secondaryIntent = new Intent(Intent.ACTION_SENDTO,
535 public Intent secondaryIntent = null;
634 || !ContactsUtils.areIntentActionEqual(secondaryIntent, entry.secondaryIntent)
775 if (entry.secondaryIntent != null && secondaryActionIcon != null) {
  /packages/apps/Contacts/src/com/android/contacts/
CallDetailActivity.java 210 startActivity(((ViewEntry) view.getTag()).secondaryIntent);
618 public Intent secondaryIntent = null;
630 secondaryIntent = intent;
654 if (entry.secondaryIntent != null) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 611 entry.secondaryIntent = smsIntent;
    [all...]

Completed in 450 milliseconds