Searched refs:contactNameView (Results 1 – 1 of 1) sorted by relevance
59 final TextView contactNameView = (TextView) view.findViewById(R.id.contact_name); in verifyContent() local63 assertNotNull(contactNameView); in verifyContent()64 assertEquals(contactName, contactNameView.getText()); in verifyContent()