Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DCallCardFragment.java161 private ListView mContactContextListView; field in CallCardFragment
273 mContactContextListView = (ListView) view.findViewById(R.id.contactContextInfo); in onViewCreated()
276 mContactContextListView.addHeaderView(mContactContextListHeaders); in onViewCreated()
366 mContactContextListView.setAdapter(listAdapter); in setContactContextContent()