Searched refs:SectionParser (Results 1 – 4 of 4) sorted by relevance
296 return SectionParser.DESCRIPTOR_TAG_CONTENT_ADVISORY; in getTag()313 return SectionParser.DESCRIPTOR_TAG_CAPTION_SERVICE; in getTag()330 return SectionParser.DESCRIPTOR_TAG_EXTENDED_CHANNEL_NAME; in getTag()349 return SectionParser.DESCRIPTOR_TAG_GENRE; in getTag()418 return SectionParser.DESCRIPTOR_TAG_AC3_AUDIO_STREAM; in getTag()529 return SectionParser.DESCRIPTOR_TAG_ISO639LANGUAGE; in getTag()555 return SectionParser.DVB_DESCRIPTOR_TAG_SERVICE; in getTag()597 return SectionParser.DVB_DESCRIPTOR_TAG_SHORT_EVENT; in getTag()617 return SectionParser.DVB_DESCRIPTOR_TAG_PARENTAL_RATING; in getTag()
65 public class SectionParser { class645 public SectionParser(OutputListener listener) { in SectionParser() method in SectionParser
118 assertThat(SectionParser.generateContentRating(new ArrayList<TsDescriptor>())).isEmpty(); in testGenerateContentRating_emptyInput()128 SectionParser.generateContentRating( in testGenerateContentRating_validInputs()140 SectionParser.generateContentRating( in testGenerateContentRating_invalidInput()156 SectionParser.generateContentRating( in testGenerateContentRating_multipleRatings()
29 import com.android.tv.tuner.data.SectionParser;30 import com.android.tv.tuner.data.SectionParser.OutputListener;119 private final SectionParser mSectionParser;124 mSectionParser = new SectionParser(mSectionListener); in SectionStream()