Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DManageConferenceUtils.java225 TextView numberTypeTextView = (TextView) mConferenceCallList[i].findViewById( in updateManageConferenceRow() local
263 nameTextView, numberTypeTextView, numberTextView); in updateManageConferenceRow()
277 TextView nameTextView, TextView numberTypeTextView, TextView numberTextView) { in displayCallerInfoForConferenceRow() argument
307 numberTypeTextView.setVisibility(View.GONE); in displayCallerInfoForConferenceRow()
311 numberTypeTextView.setVisibility(View.VISIBLE); in displayCallerInfoForConferenceRow()
312 numberTypeTextView.setText(callerNumberType); in displayCallerInfoForConferenceRow()