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

  /packages/apps/TV/usbtuner/src/com/android/usbtuner/ts/
SectionParser.java 33 import com.android.usbtuner.data.PsipData.ExtendedChannelNameDescriptor;
547 if (descriptor instanceof ExtendedChannelNameDescriptor) {
548 ExtendedChannelNameDescriptor extendedChannelNameDescriptor =
549 (ExtendedChannelNameDescriptor) descriptor;
550 longName = extendedChannelNameDescriptor.getLongChannelName();
    [all...]
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/data/
PsipData.java 269 public static class ExtendedChannelNameDescriptor extends TsDescriptor {
272 public ExtendedChannelNameDescriptor(String longChannelName) {

Completed in 2278 milliseconds