Searched refs:ExtendedChannelNameDescriptor (Results 1 – 2 of 2) sorted by relevance
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