Home
last modified time | relevance | path

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

/packages/apps/Phone/src/com/android/phone/
DManageConferenceUtils.java223 TextView numberTextView = (TextView) mConferenceCallList[i].findViewById( in updateManageConferenceRow() local
263 nameTextView, numberTypeTextView, numberTextView); in updateManageConferenceRow()
277 TextView nameTextView, TextView numberTypeTextView, TextView numberTextView) { in displayCallerInfoForConferenceRow() argument
306 numberTextView.setVisibility(View.GONE); in displayCallerInfoForConferenceRow()
309 numberTextView.setVisibility(View.VISIBLE); in displayCallerInfoForConferenceRow()
310 numberTextView.setText(callerNumber); in displayCallerInfoForConferenceRow()