Searched refs:mContactName (Results 1 – 1 of 1) sorted by relevance
97 private TextView mContactName; field in ContactDetailFragment182 if (mContactName != null) { in setContact()183 mContactName.setText(""); in setContact()245 mContactName = (TextView) detailView.findViewById(R.id.contact_name); in onCreateView()246 mContactName.setVisibility(View.VISIBLE); in onCreateView()357 if (mIsTwoPaneLayout && mContactName != null) { in onLoadFinished()360 mContactName.setText(contactName); in onLoadFinished()