Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java922 List<InvocationOnMock> setInvocationWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate() local
925 setInvocationWrap.add(invocation); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
941 assertThat(setInvocationWrap).hasSize(1); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
944 deliverOkaySetResult(setInvocationWrap.get(0)); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdate()
960 List<InvocationOnMock> setInvocationWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests() local
963 setInvocationWrap.add(invocation); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
982 assertThat(setInvocationWrap).hasSize(1); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
985 deliverOkaySetResult(setInvocationWrap.get(0)); in testSetCarPropertyValuesAsync_noWaitForPropertyUpdateWithMultipleAreaRequests()
1007 List<InvocationOnMock> setInvocationWrap = new ArrayList<>(); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate() local
1012 setInvocationWrap.add(invocation); in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
[all …]