Searched refs:AggregationCardInfo (Results 1 – 10 of 10) sorted by relevance
20 import com.android.healthconnect.controller.datasources.AggregationCardInfo in <lambda>()51 ): UseCaseResults<List<AggregationCardInfo>> = in <lambda>()54 val resultsList = mutableListOf<AggregationCardInfo>() in <lambda>()106 ): AggregationCardInfo? { in <lambda>()126 AggregationCardInfo(healthPermissionType, useCaseResult.data, lastDateInstant) in <lambda>()136 ): AggregationCardInfo? { in <lambda>()162 ): AggregationCardInfo { in <lambda>()174 AggregationCardInfo( in <lambda>()187 ): UseCaseResults<List<AggregationCardInfo>>
7 import com.android.healthconnect.controller.datasources.AggregationCardInfo102 AggregationCardInfo( in <lambda>()106 AggregationCardInfo( in <lambda>()110 AggregationCardInfo( in <lambda>()139 AggregationCardInfo( in loadMostRecentAggregations_forActivity_whenNoStepsData_returnsInOrder_DistanceCalories()143 AggregationCardInfo( in loadMostRecentAggregations_forActivity_whenNoStepsData_returnsInOrder_DistanceCalories()172 AggregationCardInfo( in loadMostRecentAggregations_forActivity_whenNoDistanceData_returnsInOrder_StepsCalories()176 AggregationCardInfo( in loadMostRecentAggregations_forActivity_whenNoDistanceData_returnsInOrder_StepsCalories()205 AggregationCardInfo( in loadMostRecentAggregations_forActivity_whenNoCaloriesData_returnsInOrder_StepsDistance()209 AggregationCardInfo( in loadMostRecentAggregations_forActivity_whenNoCaloriesData_returnsInOrder_StepsDistance()[all …]
25 import com.android.healthconnect.controller.datasources.AggregationCardInfo51 private val mAggregationCardInfo: MutableList<AggregationCardInfo> = mutableListOf()57 fun setAggregationCardInfo(aggregationCardInfoList: List<AggregationCardInfo>) { in setAggregationCardInfo()169 private fun addSingleLargeCard(cardInfo: AggregationCardInfo): AggregationDataCard { in addSingleLargeCard()188 firstCardInfo: AggregationCardInfo, in addTwoSmallCards()189 secondCardInfo: AggregationCardInfo in addTwoSmallCards()237 cardInfo: AggregationCardInfo, in constructSmallCard()265 firstCardInfo: AggregationCardInfo, in addTwoLargeCards()266 secondCardInfo: AggregationCardInfo in addTwoLargeCards()314 cardInfo: AggregationCardInfo, in constructLargeCard()
25 import com.android.healthconnect.controller.datasources.AggregationCardInfo42 cardInfo: AggregationCardInfo,
35 import com.android.healthconnect.controller.datasources.AggregationCardInfo in <lambda>()123 AggregationCardInfo( in <lambda>()137 AggregationCardInfo( in <lambda>()214 AggregationCardInfo( in <lambda>()228 AggregationCardInfo( in <lambda>()278 AggregationCardInfo( in <lambda>()292 AggregationCardInfo( in <lambda>()317 AggregationCardInfo( in <lambda>()332 AggregationCardInfo( in <lambda>()384 AggregationCardInfo( in <lambda>()[all …]
5 import com.android.healthconnect.controller.datasources.AggregationCardInfo114 AggregationCardInfo( in <lambda>()
32 import com.android.healthconnect.controller.datasources.AggregationCardInfo179 private var mostRecentAggregations = listOf<AggregationCardInfo>()183 ): UseCaseResults<List<AggregationCardInfo>> { in invoke()187 fun updateMostRecentAggregations(aggregations: List<AggregationCardInfo>) { in updateMostRecentAggregations()
21 data class AggregationCardInfo( dataClass
298 private fun updateDataTotalsSection(cardInfos: List<AggregationCardInfo>) { in <lambda>()320 private fun updateAggregations(cardInfos: List<AggregationCardInfo>, isLoading: Boolean) { in <lambda>()
258 val dataTotals: List<AggregationCardInfo> in <lambda>()