Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DAggregateTableRequest.java175 aggCommand = getSqlCommandFor(mAggregationType.getAggregateOperationType()); in getAggregationCommand()
289 private static String getSqlCommandFor(@AggregationType.AggregateOperationType int type) { in getSqlCommandFor() method in AggregateTableRequest