Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java840 List<GetSetValueResultList> getValuesResults = mAsyncResultCaptor.getAllValues(); in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls() local
841 assertThat(getValuesResults.get(0).getList().get(0).getRequestId()).isEqualTo(REQUEST_ID_1); in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
842 assertThat(getValuesResults.get(0).getList().get(0).getCarPropertyValue().getValue()) in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
844 assertThat(getValuesResults.get(1).getList().get(0).getRequestId()).isEqualTo(REQUEST_ID_2); in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
845 assertThat(getValuesResults.get(1).getList().get(0).getCarPropertyValue().getValue()) in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()