Home
last modified time | relevance | path

Searched refs:INTERVAL_START (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DAggregationTimestamp.java30 @IntDef({GROUP_BORDER, INTERVAL_START, INTERVAL_END})
35 public static final int INTERVAL_START = 1; field in AggregationTimestamp
DPriorityRecordsAggregator.java110 } else if (scanPoint.getType() == AggregationTimestamp.INTERVAL_START) { in calculateAggregation()
132 if (mTimestampsBuffer.first().getType() != AggregationTimestamp.INTERVAL_START) { in populateTimestampBuffer()
DValueColumnAggregationData.java57 && startPoint.getType() == AggregationTimestamp.INTERVAL_START in getResultOnInterval()
DAggregationRecordData.java97 return new AggregationTimestamp(AggregationTimestamp.INTERVAL_START, getStartTime()) in getStartTimestamp()