Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DAggregateTableRequest.java369 LocalDateTime filterStart = ((LocalTimeRangeFilter) timeFilter).getStartTime(); in getGroupSplitsForPeriod() local
373 splits.add(TimeRangeFilterHelper.getMillisOfLocalTime(filterStart)); in getGroupSplitsForPeriod()
375 LocalDateTime currentEnd = filterStart.plus(period); in getGroupSplitsForPeriod()