Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java1009 List<HalServiceBase> serviceWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate() local
1020 serviceWrap.add(invocation.getArgument(0)); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1053 assertThat(serviceWrap).hasSize(1); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1054 serviceWrap.get(0).onHalEvents(List.of(mPropValue)); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1410 List<HalServiceBase> serviceWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent() local
1421 serviceWrap.add(invocation.getArgument(0)); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent()
1449 assertThat(serviceWrap).hasSize(1); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent()
1450 serviceWrap.get(0).onHalEvents(List.of(mPropValue)); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent()
1451 serviceWrap.get(0).onHalEvents(List.of(mPropValue2)); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent()
1473 List<HalServiceBase> serviceWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent_ignoreNonTargetEvent() local
[all …]