/packages/services/Car/tests/carservice_test/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 | CarDiagnosticManagerTest.java | 169 public synchronized void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarDiagnosticManagerTest.FreezeFrameProperties.FreezeFramePropertyHandler
|
D | CarPropertyManagerTest.java | 1598 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/ |
D | AidlMockedVehicleHal.java | 83 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
|
D | HidlMockedVehicleHal.java | 64 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/ |
D | ClusterHomeManagerTest.java | 450 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in ClusterHomeManagerTest.ClusterPropertyHandler
|
/packages/services/Car/tests/carservice_test/src/com/android/car/power/ |
D | CarPowerManagementTest.java | 885 public void onPropertySubscribe(int property, float sampleRate) { in onPropertySubscribe() method in CarPowerManagementTest.PowerStatePropertyHandler
|