Searched refs:channelText (Results 1 – 2 of 2) sorted by relevance
196 CharSequence channelText = null; in getChannelName() local201 channelText = ProgramSelectorExt.getDisplayName(info.getSelector(), /* flags= */ 0); in getChannelName()212 if (channelText == null) { in getChannelName()213 channelText = getString(R.string.radio_na); in getChannelName()225 return channelText; in getChannelName()
231 CharSequence channelText = getChannelName(info); in setProgramInfo() local233 channelText)); in setProgramInfo()