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