Home
last modified time | relevance | path

Searched refs:secondaryIntent (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/detail/
DContactDetailFragmentTests.java50 assertNull(entry.secondaryIntent); in testImIntent()
67 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction()); in testImIntentWithAudio()
68 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString()); in testImIntentWithAudio()
86 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction()); in testImIntentWithVideo()
87 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString()); in testImIntentWithVideo()
109 assertNull(entry.secondaryIntent); in testImIntentCustom()
128 assertEquals(Intent.ACTION_SENDTO, entry.secondaryIntent.getAction()); in testImEmailIntent()
129 assertEquals("xmpp:" + TEST_ADDRESS + "?call", entry.secondaryIntent.getData().toString()); in testImEmailIntent()
/packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
DContactFragment.java257 Intent intent = entry.secondaryIntent; in onSecondaryAction()
384 entry.secondaryIntent = new Intent(Intent.ACTION_SENDTO, in buildEntries()
535 public Intent secondaryIntent = null; field in ContactFragment.ViewEntry
634 || !ContactsUtils.areIntentActionEqual(secondaryIntent, entry.secondaryIntent) in shouldCollapseWith()
775 if (entry.secondaryIntent != null && secondaryActionIcon != null) { in bindView()
/packages/apps/Contacts/src/com/android/contacts/
DCallDetailActivity.java232 startActivity(((ViewEntry) view.getTag()).secondaryIntent);
663 public Intent secondaryIntent = null; field in CallDetailActivity.ViewEntry
675 secondaryIntent = intent; in setSecondaryAction()
700 if (entry.secondaryIntent != null) { in configureCallButton()
/packages/apps/Contacts/src/com/android/contacts/detail/
DContactDetailFragment.java603 entry.secondaryIntent = smsIntent; in buildEntries()
1001 entry.secondaryIntent = in buildImActions()
1007 entry.secondaryIntent = in buildImActions()
1241 public Intent secondaryIntent = null; field in ContactDetailFragment.DetailViewEntry
1357 secondaryIntent, entry.secondaryIntent)) { in shouldCollapseWith()
1729 if (entry.secondaryIntent != null && secondaryActionIcon != null) { in bindDetailView()
1789 final Intent intent = detailViewEntry.secondaryIntent;