Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/dataentries/formatters/shared/
DHealthDataEntryFormatter.kt134 private val nutritionFormatter: NutritionFormatter, constant in com.android.healthconnect.controller.dataentries.formatters.shared.HealthDataEntryFormatter
178 is NutritionRecord -> nutritionFormatter.format(record, appName) in format()