/packages/services/Car/tests/CarServiceTest/src/com/android/car/ |
D | CarPropertyServiceTest.java | 168 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
|
D | CarProjectionManagerTest.java | 177 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarProjectionManagerTest.PropertyHandler
|
D | CarCabinManagerTest.java | 201 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarCabinManagerTest.CabinPropertyHandler
|
D | CarHvacManagerTest.java | 284 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarHvacManagerTest.HvacPropertyHandler
|
D | CarPropertyManagerTest.java | 1836 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/ |
D | GenericVehicleHalPropertyHandler.java | 42 default void onPropertySubscribe(int property, float sampleRate) {} in onPropertySubscribe() method
|
D | AidlMockedVehicleHal.java | 98 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
|
D | GenericFailingPropertyHandler.java | 45 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in GenericFailingPropertyHandler
|
D | HidlMockedVehicleHal.java | 234 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/ |
D | ClusterHomeManagerTest.java | 450 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in ClusterHomeManagerTest.ClusterPropertyHandler
|
/packages/services/Car/tests/CarServiceTest/src/com/android/car/power/ |
D | CarPowerManagementServiceTest.java | 881 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPowerManagementServiceTest.PowerStatePropertyHandler
|
/packages/services/Car/tests/CarServiceTest/src/com/android/car/diagnostic/ |
D | CarDiagnosticManagerTest.java | 170 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
|