Home
last modified time | relevance | path

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

/packages/services/Car/vehicle-hal-support-lib/src/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.java136 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
164 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameInfoHandler
165 super.onPropertyGet(value); in onPropertyGet()
179 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameHandler
180 super.onPropertyGet(value); in onPropertyGet()
DCarProjectionManagerTest.java169 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarProjectionManagerTest.PropertyHandler
DCarCabinManagerTest.java187 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarCabinManagerTest.CabinPropertyHandler
DCarHvacManagerTest.java225 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java337 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { in onPropertyGet() method in CarPowerManagementTest.PowerStatePropertyHandler
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java97 public VehiclePropValue onPropertyGet(VehiclePropValue value) {