Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/property/
DHalPropertyDebugUtils.java204 return getIntValueName(propertyId, halPropValue.getInt32Value(0), propertyUnits); in toValueString()
208 stringJoiner.add(getIntValueName(propertyId, halPropValue.getInt32Value(i), in toValueString()
266 private static String getIntValueName(int propertyId, int value, String propertyUnits) { in getIntValueName() method in HalPropertyDebugUtils