Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
H A DVehicleHalTest.java336 mVehicleHal.dumpPropertyValueByCommend(printWriter, /* propId= */ -1, /* areaId= */-1); in testDumpPropertyValueByCommend()
/aosp12/packages/services/Car/service/src/com/android/car/hal/
H A DVehicleHal.java717 public void dumpPropertyValueByCommend(PrintWriter writer, int propId, int areaId) { in dumpPropertyValueByCommend() method in VehicleHal
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarShellCommand.java832 mHal.dumpPropertyValueByCommend(writer, Integer.decode(propId), in exec()