Searched refs:expectedTimestampSlots (Results 1 – 1 of 1) sorted by relevance
1113 final List<Long> expectedTimestampSlots, in interpolateHistory() argument1116 if (rawTimestampList.isEmpty() || expectedTimestampSlots.isEmpty()) { in interpolateHistory()1119 final int expectedTimestampSlotsSize = expectedTimestampSlots.size(); in interpolateHistory()1120 final long startTimestamp = expectedTimestampSlots.get(0); in interpolateHistory()1121 final long endTimestamp = expectedTimestampSlots.get(expectedTimestampSlotsSize - 1); in interpolateHistory()1127 expectedTimestampSlots.get(index), in interpolateHistory()