Searched refs:serviceWrap (Results 1 – 1 of 1) sorted by relevance
1009 List<HalServiceBase> serviceWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate() local1020 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() local1421 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 …]