Searched refs:channelNum (Results 1 – 1 of 1) sorted by relevance
206 TextView channelNum = (TextView) convertView.findViewById(R.id.channel_num); in getView() local207 channelNum.setText(mChannels.get(position).getDisplayNumber()); in getView()