HomeSort by relevance Sort by last modified time
    Searched refs:ExtendedChannelNameDescriptor (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/data/
PsipData.java 270 public static class ExtendedChannelNameDescriptor extends TsDescriptor {
273 public ExtendedChannelNameDescriptor(String longChannelName) {
  /packages/apps/TV/src/com/android/tv/tuner/ts/
SectionParser.java 33 import com.android.tv.tuner.data.PsipData.ExtendedChannelNameDescriptor;
587 if (descriptor instanceof ExtendedChannelNameDescriptor) {
588 ExtendedChannelNameDescriptor extendedChannelNameDescriptor =
589 (ExtendedChannelNameDescriptor) descriptor;
590 longName = extendedChannelNameDescriptor.getLongChannelName();
    [all...]

Completed in 51 milliseconds