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 54 assertNull(entry.secondaryIntent);
72 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
73 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString());
92 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
93 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString());
116 assertNull(entry.secondaryIntent);
137 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
138 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 232 startActivity(((ViewEntry) view.getTag()).secondaryIntent);
663 public Intent secondaryIntent = null;
675 secondaryIntent = intent;
700 if (entry.secondaryIntent != null) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 585 entry.secondaryIntent = smsIntent;
    [all...]

Completed in 481 milliseconds