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

/packages/services/Car/vehicle-hal-support-lib/src/com/android/car/vehiclehal/test/
H A DMockedVehicleHal.java53 default void onPropertyUnsubscribe(int property) {} method in interface:MockedVehicleHal.VehicleHalPropertyHandler
213 handler.onPropertyUnsubscribe(propId);
247 public void onPropertyUnsubscribe(int property) { method in class:MockedVehicleHal.FailingPropertyHandler
248 fail("Unexpected onPropertyUnsubscribe call");
296 public synchronized void onPropertyUnsubscribe(int property) { method in class:MockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/
H A DVmsPublisherClientServiceTest.java158 public synchronized void onPropertyUnsubscribe(int property) { method in class:VmsPublisherClientServiceTest.HalHandler
H A DCarCabinManagerTest.java207 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarCabinManagerTest.CabinPropertyHandler
H A DCarPowerManagementTest.java198 public void onPropertyUnsubscribe(int property) { method in class:CarPowerManagementTest.PowerStatePropertyHandler
H A DCarProjectionManagerTest.java170 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarProjectionManagerTest.PropertyHandler
H A DCarHvacManagerTest.java246 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarHvacManagerTest.HvacPropertyHandler
H A DCarDiagnosticManagerTest.java146 public synchronized void onPropertyUnsubscribe(int property) { method in class:CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
H A DVmsSubscriberManagerTest.java701 public synchronized void onPropertyUnsubscribe(int property) { method in class:VmsSubscriberManagerTest.HalHandler

Completed in 106 milliseconds