Home
last modified time | relevance | path

Searched defs:onPropertySet (Results 1 – 12 of 12) sorted by relevance

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/
DCarEmulator.java125 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarEmulator.AudioFocusPropertyHandler
190 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarEmulator.AudioStreamStatePropertyHandler
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleHalMock.h45 virtual status_t onPropertySet(const vehicle_prop_value_t& /*value*/) { in onPropertySet() function
DVehicleNetworkAudioHelperTest.cpp66 virtual status_t onPropertySet(const vehicle_prop_value_t& value) { in onPropertySet() function in android::VehicleHalMockForAudioFocus
/packages/services/Car/car-systemtest-lib/src/android/car/test/
DVehicleHalEmulator.java55 void onPropertySet(VehiclePropValue value); in onPropertySet() method
285 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHalEmulator.DefaultPropertyHandler
322 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleHalEmulator.HalMock
DCarTestManager.java156 public void onPropertySet(VehiclePropValueParcelable value) { in onPropertySet() method in CarTestManager.IVehicleNetworkHalMockImpl
/packages/services/Car/tests/libvehiclenetwork-java-test/src/com/android/car/vehiclenetwork/libtest/
DVehicleNetworkMockedTest.java429 void onPropertySet(VehiclePropValue value); in onPropertySet() method
455 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleNetworkMockedTest.VehicleHalMock
506 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in VehicleNetworkMockedTest.DefaultVehiclePropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
DCarRadioManagerTest.java59 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarRadioManagerTest.RadioPresetPropertyHandler
DCarHvacManagerTest.java186 public synchronized void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarHvacManagerTest.HvacPropertyHandler
DCarPowerManagementTest.java174 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarPowerManagementTest.PowerStatePropertyHandler
DCarAudioFocusTest.java541 public void onPropertySet(VehiclePropValue value) { in onPropertySet() method in CarAudioFocusTest.FocusPropertyHandler
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetworkHalMock.cpp99 virtual status_t onPropertySet(const vehicle_prop_value_t& value) { in onPropertySet() function in android::BpVehicleNetworkHalMock
/packages/services/Car/libvehiclenetwork/java/src/com/android/car/vehiclenetwork/
DVehicleNetwork.java58 void onPropertySet(VehiclePropValue value); in onPropertySet() method
659 public void onPropertySet(VehiclePropValueParcelable value) { in onPropertySet() method in VehicleNetwork.IVehicleNetworkHalMockImpl