Searched refs:AggregationTypeIdMapper (Results 1 – 7 of 7) sorted by relevance
26 import android.health.connect.internal.datatypes.utils.AggregationTypeIdMapper;63 final AggregationTypeIdMapper aggregationTypeIdMapper = in AggregateTransactionRequest()64 AggregationTypeIdMapper.getInstance(); in AggregateTransactionRequest()124 (AggregationTypeIdMapper.getInstance().getIdFor(aggregationType)), in getAggregateDataResponseParcel()
23 import android.health.connect.internal.datatypes.utils.AggregationTypeIdMapper;50 AggregationTypeIdMapper.getInstance() in AggregateRecordsResponse()112 AggregationTypeIdMapper.getInstance().getIdFor(key), value); in getAggregateResults()
23 import android.health.connect.internal.datatypes.utils.AggregationTypeIdMapper;64 AggregationTypeIdMapper.getInstance() in AggregateRecordsGroupedByDurationResponse()
23 import android.health.connect.internal.datatypes.utils.AggregationTypeIdMapper;64 AggregationTypeIdMapper.getInstance() in AggregateRecordsGroupedByPeriodResponse()
129 public final class AggregationTypeIdMapper { class131 private static volatile AggregationTypeIdMapper sAggregationTypeIdMapper;137 private AggregationTypeIdMapper() { in AggregationTypeIdMapper() method in AggregationTypeIdMapper242 public static synchronized AggregationTypeIdMapper getInstance() { in getInstance()244 sAggregationTypeIdMapper = new AggregationTypeIdMapper(); in getInstance()
34 import android.health.connect.internal.datatypes.utils.AggregationTypeIdMapper;89 AggregationTypeIdMapper.getInstance() in AggregateDataResponseParcel()
110 import android.health.connect.internal.datatypes.utils.AggregationTypeIdMapper;217 private final AggregationTypeIdMapper mAggregationTypeIdMapper;252 mAggregationTypeIdMapper = AggregationTypeIdMapper.getInstance(); in HealthConnectServiceImpl()