Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java137 private static final int RECEIVED_REQUEST_ID_1 = 0; field in PropertyHalServiceTest
377 assertThat(gotRequest.getServiceRequestId()).isEqualTo(RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync()
403 assertThat(gotRequest0.getServiceRequestId()).isEqualTo(RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_multipleRequests()
507 return deliverOkayGetResult(invocation, RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_normalResult()
539 return deliverTryAgainGetResult(invocation, RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()
643 return deliverErrorGetResult(invocation, RECEIVED_REQUEST_ID_1, in testGetCarPropertyValuesAsync_errorResult()
671 return deliverResult(invocation, RECEIVED_REQUEST_ID_1, errorCodes, in testGetCarPropertyValuesAsync_errorResultVendorErrorCode()
762 RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_multipleResultsSameCall()
773 new GetVehicleStubAsyncResult(RECEIVED_REQUEST_ID_1, mPropValue)); in testGetCarPropertyValuesAsync_multipleResultsSameCall()
812 RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_multipleResultsDifferentCalls()
[all …]