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