Home
last modified time | relevance | path

Searched refs:GROUP_BORDER (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DAggregationTimestamp.java30 @IntDef({GROUP_BORDER, INTERVAL_START, INTERVAL_END})
34 public static final int GROUP_BORDER = 0; field in AggregationTimestamp
DPriorityRecordsAggregator.java108 if (scanPoint.getType() == AggregationTimestamp.GROUP_BORDER) { in calculateAggregation()
167 new AggregationTimestamp(AggregationTimestamp.GROUP_BORDER, groupSplit)); in initialiseTimestampsBuffer()
267 && startPoint.getType() == AggregationTimestamp.GROUP_BORDER in updateAggregationResult()
/packages/modules/HealthFitness/tests/unittests/src/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DPriorityAggregationDataComparisonTest.java57 new AggregationTimestamp(AggregationTimestamp.GROUP_BORDER, 13L); in testCompareTimestamps_orderByTime()
59 new AggregationTimestamp(AggregationTimestamp.GROUP_BORDER, 15L); in testCompareTimestamps_orderByTime()