Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java326 private Object deliverTryAgainGetResult(InvocationOnMock invocation) { in deliverTryAgainGetResult() method in PropertyHalServiceTest
327 return deliverTryAgainGetResult(invocation, /* expectedServiceRequestId= */ null); in deliverTryAgainGetResult()
330 private Object deliverTryAgainGetResult(InvocationOnMock invocation, in deliverTryAgainGetResult() method in PropertyHalServiceTest
539 return deliverTryAgainGetResult(invocation, RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()
541 return deliverTryAgainGetResult(invocation, RECEIVED_REQUEST_ID_2); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()
570 return deliverTryAgainGetResult(invocation); in testGetCarPropertyValuesAsync_retryAndTimeout()
1207 deliverTryAgainGetResult(getInvocationWrap.get(0)); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_retry()