Searched refs:INTERVAL_START (Results 1 – 4 of 4) sorted by relevance
30 @IntDef({GROUP_BORDER, INTERVAL_START, INTERVAL_END})35 public static final int INTERVAL_START = 1; field in AggregationTimestamp
110 } else if (scanPoint.getType() == AggregationTimestamp.INTERVAL_START) { in calculateAggregation()132 if (mTimestampsBuffer.first().getType() != AggregationTimestamp.INTERVAL_START) { in populateTimestampBuffer()
57 && startPoint.getType() == AggregationTimestamp.INTERVAL_START in getResultOnInterval()
97 return new AggregationTimestamp(AggregationTimestamp.INTERVAL_START, getStartTime()) in getStartTimestamp()