Searched refs:secondaryIntent (Results 1 – 4 of 4) sorted by relevance
50 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()
257 Intent intent = entry.secondaryIntent; in onSecondaryAction()384 entry.secondaryIntent = new Intent(Intent.ACTION_SENDTO, in buildEntries()535 public Intent secondaryIntent = null; field in ContactFragment.ViewEntry634 || !ContactsUtils.areIntentActionEqual(secondaryIntent, entry.secondaryIntent) in shouldCollapseWith()775 if (entry.secondaryIntent != null && secondaryActionIcon != null) { in bindView()
232 startActivity(((ViewEntry) view.getTag()).secondaryIntent);663 public Intent secondaryIntent = null; field in CallDetailActivity.ViewEntry675 secondaryIntent = intent; in setSecondaryAction()700 if (entry.secondaryIntent != null) { in configureCallButton()
603 entry.secondaryIntent = smsIntent; in buildEntries()1001 entry.secondaryIntent = in buildImActions()1007 entry.secondaryIntent = in buildImActions()1241 public Intent secondaryIntent = null; field in ContactDetailFragment.DetailViewEntry1357 secondaryIntent, entry.secondaryIntent)) { in shouldCollapseWith()1729 if (entry.secondaryIntent != null && secondaryActionIcon != null) { in bindDetailView()1789 final Intent intent = detailViewEntry.secondaryIntent;