Searched refs:startSecond (Results 1 – 1 of 1) sorted by relevance
1155 int startSecond = ((data[pos + 6] & 0xf0) >> 4) * 10 + (data[pos + 6] & 0x0f); in parseDVBEIT() local1158 calendar.set(startYear, startMonth, startDay, startHour, startMinute, startSecond); in parseDVBEIT()