Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java287 String unitsString = ConstantDebugUtils.toName(VehicleUnit.class, units); in getUnitsIfSupported() local
288 if (unitsString == null) { in getUnitsIfSupported()
291 return " " + unitsString; in getUnitsIfSupported()