Searched refs:onPropertyUnsubscribe (Results 1 - 13 of 13) sorted by relevance

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java51 default void onPropertyUnsubscribe(int property) {} method in interface:MockedVehicleHal.VehicleHalPropertyHandler
172 handler.onPropertyUnsubscribe(propId);
206 public void onPropertyUnsubscribe(int property) { method in class:MockedVehicleHal.FailingPropertyHandler
207 fail("Unexpected onPropertyUnsubscribe call");
255 public synchronized void onPropertyUnsubscribe(int property) { method in class:MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/test/
H A DCarVolumeServiceTest.java301 public void onPropertyUnsubscribe(int property) { method in class:CarVolumeServiceTest.SingleChannelVolumeHandler
327 public void onPropertyUnsubscribe(int property) {
352 public void onPropertyUnsubscribe(int property) {
H A DCarPowerManagementTest.java145 public void onPropertyUnsubscribe(int property) { method in class:CarPowerManagementTest.PowerStatePropertyHandler
H A DCarProjectionManagerTest.java159 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarProjectionManagerTest.PropertyHandler
H A DCarAudioManagerTest.java197 public void onPropertyUnsubscribe(int property) { method in class:CarAudioManagerTest.AudioParametersPropertyHandler
H A DCarCabinManagerTest.java184 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarCabinManagerTest.CabinPropertyHandler
H A DCarRadioManagerTest.java114 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarRadioManagerTest.RadioPresetPropertyHandler
H A DSystemActivityMonitoringServiceTest.java217 public void onPropertyUnsubscribe(int property) { method in class:SystemActivityMonitoringServiceTest.DrivingStatusHandler
H A DCarHvacManagerTest.java217 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarHvacManagerTest.HvacPropertyHandler
H A DCarAudioFocusSystemSoundTest.java389 public void onPropertyUnsubscribe(int property) { method in class:CarAudioFocusSystemSoundTest.FocusPropertyHandler
H A DCarAudioFocusTest.java613 public void onPropertyUnsubscribe(int property) { method in class:CarAudioFocusTest.FocusPropertyHandler
H A DCarDiagnosticManagerTest.java129 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
H A DCarAudioExtFocusTest.java971 public void onPropertyUnsubscribe(int property) { method in class:CarAudioExtFocusTest.FocusPropertyHandler

Completed in 297 milliseconds