Searched refs:timestampSlots (Results 1 – 2 of 2) sorted by relevance
462 final List<Long> timestampSlots = new ArrayList<>(); in getTimestampSlots() local464 return timestampSlots; in getTimestampSlots()470 return timestampSlots; in getTimestampSlots()472 timestampSlots.add(startTimestamp); in getTimestampSlots()476 timestampSlots.add(timestamp); in getTimestampSlots()478 timestampSlots.add(endTimestamp); in getTimestampSlots()479 return timestampSlots; in getTimestampSlots()
2514 final ArrayList<Long> timestampSlots = new ArrayList<>(); in verifyExpectedTimestampSlots() local2515 timestampSlots.add(startTimestamp); in verifyExpectedTimestampSlots()2518 DataProcessor.getTimestampSlots(timestampSlots, currentTimestamp); in verifyExpectedTimestampSlots()