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());
117 assertNull(entry.secondaryIntent);
138 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction());
139 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/Dialer/src/com/android/dialer/
CallDetailActivity.java 236 startActivity(((ViewEntry) view.getTag()).secondaryIntent);
667 public Intent secondaryIntent = null;
679 secondaryIntent = intent;
704 if (entry.secondaryIntent != null) {
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailFragment.java 597 entry.secondaryIntent = smsIntent;
    [all...]

Completed in 84 milliseconds