Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DConferenceManagerFragment.java138 final TextView numberTypeTextView = (TextView) mConferenceCallList[rowId].findViewById( in displayCallerInfoForConferenceRow() local
151 numberTypeTextView.setVisibility(View.GONE); in displayCallerInfoForConferenceRow()
155 numberTypeTextView.setVisibility(View.VISIBLE); in displayCallerInfoForConferenceRow()
156 numberTypeTextView.setText(callerNumberType); in displayCallerInfoForConferenceRow()