Searched refs:lengthInSeconds (Results 1 – 1 of 1) sorted by relevance
112 int lengthInSeconds = ((data[16] & 0x0f) << 16) | ((data[17] & 0xff) << 8) in parseEitSection() local119 + " lengthInSeconds: " + lengthInSeconds); in parseEitSection()121 return new EitEventInfo(titleText, lengthInSeconds); in parseEitSection()