Home
last modified time | relevance | path

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

/packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
DUtils.java49 static VehiclePropValue readVhalProperty( in readVhalProperty() method in Utils
70 static VehiclePropValue readVhalProperty( in readVhalProperty() method in Utils
74 return readVhalProperty(vehicle, propertyId, 0, f); in readVhalProperty()
77 static VehiclePropValue readVhalProperty( in readVhalProperty() method in Utils
84 return readVhalProperty(vehicle, request, f); in readVhalProperty()
DObd2FreezeFrameTest.java20 import static com.android.car.vehiclehal.test.Utils.readVhalProperty;
52 readVhalProperty( in testFreezeFrame()
61 readVhalProperty( in testFreezeFrame()
DObd2LiveFrameTest.java20 import static com.android.car.vehiclehal.test.Utils.readVhalProperty;
50 readVhalProperty( in testLiveFrame()