Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/hal/
DInfoHalService.java83 VehiclePropConfig prop = getHalPropertyFromInfoString(key); in getInt()
93 VehiclePropConfig prop = getHalPropertyFromInfoString(key); in getLong()
103 VehiclePropConfig prop = getHalPropertyFromInfoString(key); in getFloat()
113 VehiclePropConfig prop = getHalPropertyFromInfoString(key); in getString()
121 private synchronized VehiclePropConfig getHalPropertyFromInfoString(String key) { in getHalPropertyFromInfoString() method in InfoHalService