Searched refs:endOfPrevious (Results 1 – 1 of 1) sorted by relevance
1033 long endOfPrevious = mPrograms.get(i - 1).getEndTimeUtcMillis(); in addPlaceholderPrograms() local1035 if (startOfCurrent > endOfPrevious) { in addPlaceholderPrograms()1037 createPlaceholderPrograms(endOfPrevious, startOfCurrent); in addPlaceholderPrograms()