Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java376 AsyncGetSetRequest gotRequest = captor.getValue().get(0); in testGetCarPropertyValuesAsync() local
377 assertThat(gotRequest.getServiceRequestId()).isEqualTo(RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync()
378 assertThat(gotRequest.getHalPropValue().getPropId()).isEqualTo(HVAC_TEMPERATURE_SET); in testGetCarPropertyValuesAsync()
379 assertThat(gotRequest.getTimeoutUptimeMs()).isGreaterThan(1000); in testGetCarPropertyValuesAsync()
870 AsyncGetSetRequest gotRequest = captor.getValue().get(0); in testSetCarPropertyValuesAsync() local
871 assertThat(gotRequest.getServiceRequestId()).isEqualTo(RECEIVED_REQUEST_ID_1); in testSetCarPropertyValuesAsync()
872 assertThat(gotRequest.getHalPropValue().getPropId()).isEqualTo(HVAC_TEMPERATURE_SET); in testSetCarPropertyValuesAsync()
873 assertThat(gotRequest.getHalPropValue().getFloatValue(0)).isEqualTo(SAMPLE_RATE_HZ); in testSetCarPropertyValuesAsync()
874 assertThat(gotRequest.getTimeoutUptimeMs()).isGreaterThan(1000); in testSetCarPropertyValuesAsync()