Searched refs:ExtendedChannelNameDescriptor (Results 1 – 3 of 3) sorted by relevance
78 if (descriptor instanceof ExtendedChannelNameDescriptor) { in parseTvctSection()79 ExtendedChannelNameDescriptor longNameDescriptor = in parseTvctSection()80 (ExtendedChannelNameDescriptor)descriptor; in parseTvctSection()168 private static ExtendedChannelNameDescriptor parseExtendedChannelNameDescriptor(byte[] data, in parseExtendedChannelNameDescriptor()171 return channelName == null ? null : new ExtendedChannelNameDescriptor(channelName); in parseExtendedChannelNameDescriptor()325 public static class ExtendedChannelNameDescriptor extends TsDescriptor { class in SampleTunerTvInputSectionParser328 public ExtendedChannelNameDescriptor(String longChannelName) { in ExtendedChannelNameDescriptor() method in SampleTunerTvInputSectionParser.ExtendedChannelNameDescriptor
36 import com.android.tv.tuner.data.PsipData.ExtendedChannelNameDescriptor;908 if (descriptor instanceof ExtendedChannelNameDescriptor) { in parseVCT()909 ExtendedChannelNameDescriptor extendedChannelNameDescriptor = in parseVCT()910 (ExtendedChannelNameDescriptor) descriptor; in parseVCT()1713 private static ExtendedChannelNameDescriptor parseLongChannelName( in parseLongChannelName()1725 return new ExtendedChannelNameDescriptor(text); in parseLongChannelName()
321 public static class ExtendedChannelNameDescriptor extends TsDescriptor { class in PsipData324 public ExtendedChannelNameDescriptor(String longChannelName) { in ExtendedChannelNameDescriptor() method in PsipData.ExtendedChannelNameDescriptor