Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DInCallContactInteractions.java323 TextView headingTextView = (TextView) listItem.findViewById(R.id.heading); in bindView() local
332 headingTextView.setText(this.heading); in bindView()
333 headingTextView.setVisibility(TextUtils.isEmpty(this.heading) in bindView()