Home
last modified time | relevance | path

Searched refs:onPropertySubscribe (Results 1 – 10 of 10) sorted by relevance

/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarPropertyServiceTest.java168 verify(mMockPropertyHandler).onPropertySubscribe(eq(TEST_SUBSCRIBE_PROP), in testregisterListener()
192 doThrow(new ServiceSpecificException(0)).when(mMockPropertyHandler).onPropertySubscribe( in testregisterListener_exceptionAndRetry()
199 doNothing().when(mMockPropertyHandler).onPropertySubscribe(anyInt(), any(), anyFloat()); in testregisterListener_exceptionAndRetry()
207 verify(mMockPropertyHandler, times(2)).onPropertySubscribe(eq(TEST_SUBSCRIBE_PROP), in testregisterListener_exceptionAndRetry()
234 verify(mMockPropertyHandler).onPropertySubscribe(eq(TEST_SUBSCRIBE_PROP), any(), eq(10f)); in testUnregisterListener()
264 verify(mMockPropertyHandler).onPropertySubscribe(eq(TEST_SUBSCRIBE_PROP), any(), eq(10f)); in testUnregisterListener_exceptionAndRetry()
293 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPropertyServiceTest.PropertyHandler
DCarProjectionManagerTest.java177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarProjectionManagerTest.PropertyHandler
DCarCabinManagerTest.java201 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarCabinManagerTest.CabinPropertyHandler
DCarHvacManagerTest.java284 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarHvacManagerTest.HvacPropertyHandler
DCarDiagnosticManagerTest.java169 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
DCarPropertyManagerTest.java1598 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPropertyManagerTest.PropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/hal/test/
DAidlMockedVehicleHal.java83 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
88 default void onPropertySubscribe(int property, int[] areaIds, float sampleRate) {} in onPropertySubscribe() method
343 handler.onPropertySubscribe(opt.propId, opt.sampleRate); in subscribe()
344 handler.onPropertySubscribe(opt.propId, opt.areaIds, opt.sampleRate); in subscribe()
417 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.FailingPropertyHandler
422 public void onPropertySubscribe(int property, int[] areaIds, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.FailingPropertyHandler
505 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.DefaultPropertyHandler
511 public void onPropertySubscribe(int property, int[] areaIds, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.DefaultPropertyHandler
DHidlMockedVehicleHal.java64 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
237 handler.onPropertySubscribe(opt.propId, opt.sampleRate); in subscribe()
297 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.FailingPropertyHandler
380 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/cluster/
DClusterHomeManagerTest.java450 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in ClusterHomeManagerTest.ClusterPropertyHandler
/packages/services/Car/tests/carservice_test/src/com/android/car/power/
DCarPowerManagementTest.java885 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler