Searched refs:onPropertyGet (Results 1 - 14 of 14) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java49 default VehiclePropValue onPropertyGet(VehiclePropValue value) { return null; } method in interface:MockedVehicleHal.VehicleHalPropertyHandler
130 cb.onValues(StatusCode.OK, handler.onPropertyGet(requestedPropValue));
195 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:MockedVehicleHal.FailingPropertyHandler
196 fail("Unexpected onPropertyGet call");
219 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:MockedVehicleHal.StaticPropertyHandler
242 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
H A DCarEmulator.java143 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
224 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarEmulator.AudioFocusPropertyHandler
234 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarEmulator.AudioVolumeLimitPropertyHandler
274 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarEmulator.SingleChannelVolumeHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarVolumeServiceTest.java287 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarVolumeServiceTest.SingleChannelVolumeHandler
316 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
339 public VehiclePropValue onPropertyGet(VehiclePropValue value) {
H A DCarPowerManagementTest.java132 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarPowerManagementTest.PowerStatePropertyHandler
H A DCarProjectionManagerTest.java146 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarProjectionManagerTest.PropertyHandler
147 Log.d(TAG, "onPropertyGet:" + value);
H A DCarDiagnosticManagerTest.java116 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
145 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameInfoHandler
146 super.onPropertyGet(value);
160 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFrameHandler
161 super.onPropertyGet(value);
H A DCarAudioManagerTest.java179 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarAudioManagerTest.AudioParametersPropertyHandler
H A DCarCabinManagerTest.java172 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarCabinManagerTest.CabinPropertyHandler
H A DCarRadioManagerTest.java80 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarRadioManagerTest.RadioPresetPropertyHandler
H A DSystemActivityMonitoringServiceTest.java205 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:SystemActivityMonitoringServiceTest.DrivingStatusHandler
H A DCarHvacManagerTest.java205 public synchronized VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarHvacManagerTest.HvacPropertyHandler
H A DCarAudioFocusSystemSoundTest.java369 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarAudioFocusSystemSoundTest.FocusPropertyHandler
H A DCarAudioFocusTest.java593 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarAudioFocusTest.FocusPropertyHandler
H A DCarAudioExtFocusTest.java951 public VehiclePropValue onPropertyGet(VehiclePropValue value) { method in class:CarAudioExtFocusTest.FocusPropertyHandler

Completed in 639 milliseconds