Home
last modified time | relevance | path

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

/packages/services/Car/vehicle-hal-support-lib/test/com/android/car/vehiclehal/test/
DMockedVehicleHal.java51 default VehiclePropValue onPropertyGet(VehiclePropValue value) { return null; } in onPropertyGet() method
162 cb.onValues(StatusCode.OK, handler.onPropertyGet(requestedPropValue)); in get()
236 public VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in MockedVehicleHal.FailingPropertyHandler
260 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in MockedVehicleHal.StaticPropertyHandler
283 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarDiagnosticManagerTest.java137 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
165 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameInfoHandler
166 super.onPropertyGet(value); in onPropertyGet()
180 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameHandler
181 super.onPropertyGet(value); in onPropertyGet()
DCarProjectionManagerTest.java169 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarProjectionManagerTest.PropertyHandler
DCarPropertyServiceTest.java125 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarPropertyServiceTest.PropertyHandler
DCarCabinManagerTest.java189 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarCabinManagerTest.CabinPropertyHandler
DCarHvacManagerTest.java275 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java386 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarPowerManagementTest.PowerStatePropertyHandler
DCarPropertyManagerTest.java639 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarPropertyManagerTest.PropertyHandler
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java97 public VehiclePropValue onPropertyGet(VehiclePropValue value) {