Searched refs:ExtendedChannelNameDescriptor (Results 1 – 2 of 2) sorted by relevance
33 import com.android.tv.tuner.data.PsipData.ExtendedChannelNameDescriptor;587 if (descriptor instanceof ExtendedChannelNameDescriptor) { in parseVCT()588 ExtendedChannelNameDescriptor extendedChannelNameDescriptor = in parseVCT()589 (ExtendedChannelNameDescriptor) descriptor; in parseVCT()1017 private static ExtendedChannelNameDescriptor parseLongChannelName(byte[] data, int pos, in parseLongChannelName()1029 return new ExtendedChannelNameDescriptor(text); in parseLongChannelName()
270 public static class ExtendedChannelNameDescriptor extends TsDescriptor { class in PsipData273 public ExtendedChannelNameDescriptor(String longChannelName) { in ExtendedChannelNameDescriptor() method in PsipData.ExtendedChannelNameDescriptor