Searched refs:displayIntent (Results 1 – 1 of 1) sorted by relevance
235 Intent displayIntent = new Intent(Intent.ACTION_VIEW); in displayContact() local236 displayIntent.setData(mContact.getContactLookupUri()); in displayContact()238 getContext().startActivity(displayIntent); in displayContact()