Searched refs:currentNextIndicator (Results 1 – 1 of 1) sorted by relevance
49 boolean currentNextIndicator = (data[5] & 0x01) != 0; in create()50 return new PsipSection(tableId, tableIdExtension, sectionNumber, currentNextIndicator); in create()57 boolean currentNextIndicator) { in PsipSection() argument61 mCurrentNextIndicator = currentNextIndicator; in PsipSection()