Searched refs:AggregationDataCard (Results 1 – 2 of 2) sorted by relevance
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/ |
D | CardContainerPreference.kt | 169 private fun addSingleLargeCard(cardInfo: AggregationCardInfo): AggregationDataCard { in addSingleLargeCard() 171 AggregationDataCard( in addSingleLargeCard() 172 context, null, AggregationDataCard.CardTypeEnum.LARGE_CARD, cardInfo, timeSource) in addSingleLargeCard() 190 ): Pair<AggregationDataCard, AggregationDataCard> { in addTwoSmallCards() 208 firstCard: AggregationDataCard, in applySmallCardConstraints() 209 secondCard: AggregationDataCard in applySmallCardConstraints() 239 ): AggregationDataCard { in constructSmallCard() 241 AggregationDataCard( in constructSmallCard() 242 context, null, AggregationDataCard.CardTypeEnum.SMALL_CARD, cardInfo, timeSource) in constructSmallCard() 267 ): Pair<AggregationDataCard, AggregationDataCard> { in addTwoLargeCards() [all …]
|
D | AggregationDataCard.kt | 36 class AggregationDataCard class
|