Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarServiceTest/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
DCarPropertyManagerTest.java1836 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPropertyManagerTest.PropertyHandler
/packages/services/Car/tests/CarServiceTest/dep/src/com/android/car/hal/test/
DGenericVehicleHalPropertyHandler.java42 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
DAidlMockedVehicleHal.java98 default void onPropertySubscribe(int property, int[] areaIds, float sampleRate) { in onPropertySubscribe() method
99 onPropertySubscribe(property, sampleRate); in onPropertySubscribe()
356 handler.onPropertySubscribe(opt.propId, opt.areaIds, opt.sampleRate); in subscribe()
600 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in AidlMockedVehicleHal.DefaultPropertyHandler
DGenericFailingPropertyHandler.java45 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in GenericFailingPropertyHandler
DHidlMockedVehicleHal.java234 handler.onPropertySubscribe(opt.propId, opt.sampleRate); in subscribe()
329 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in HidlMockedVehicleHal.DefaultPropertyHandler
/packages/services/Car/tests/CarServiceTest/src/com/android/car/cluster/
DClusterHomeManagerTest.java450 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in ClusterHomeManagerTest.ClusterPropertyHandler
/packages/services/Car/tests/CarServiceTest/src/com/android/car/power/
DCarPowerManagementServiceTest.java881 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPowerManagementServiceTest.PowerStatePropertyHandler
/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/
DCarDiagnosticManagerTest.java170 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler