Searched refs:DEFAULT_ENERGY_UNIT (Results 1 – 2 of 2) sorted by relevance
44 @VisibleForTesting val DEFAULT_ENERGY_UNIT = CALORIE constant106 setEnergyUnit(DEFAULT_ENERGY_UNIT) in getEnergyUnit()107 return DEFAULT_ENERGY_UNIT in getEnergyUnit()110 unitSharedPreference.getString(ENERGY_UNIT_PREF_KEY, DEFAULT_ENERGY_UNIT.toString())!! in getEnergyUnit()
35 …om.android.healthconnect.controller.dataentries.units.UnitPreferences.Companion.DEFAULT_ENERGY_UNIT110 onView(withText(getUnitLabel(DEFAULT_ENERGY_UNIT))).check(matches(isDisplayed())) in unitsScreen_showsDefaultSettings()211 unitPreferences.setEnergyUnit(DEFAULT_ENERGY_UNIT) in setUnitsDefault()