Searched refs:formatEnergyValue (Results 1 – 5 of 5) sorted by relevance
22 import com.android.healthconnect.controller.dataentries.formatters.EnergyFormatter.formatEnergyValue39 return formatEnergyValue(context, record.energy, unitPreferences) in formatValue()50 return formatEnergyValue(context, unit, unitPreferences) in formatUnit()
21 import com.android.healthconnect.controller.dataentries.formatters.EnergyFormatter.formatEnergyValue38 return formatEnergyValue(context, record.energy, unitPreferences) in formatValue()
105 EnergyFormatter.formatEnergyValue( in <lambda>()115 EnergyFormatter.formatEnergyValue( in <lambda>()
27 import com.android.healthconnect.controller.dataentries.formatters.EnergyFormatter.formatEnergyValue in <lambda>()50 { energy -> formatEnergyValue(context, energy, unitPreferences) }) in <lambda>()
32 fun formatEnergyValue( in formatEnergyValue() method