Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java301 private Object deliverOkayGetResult(InvocationOnMock invocation) { in deliverOkayGetResult() method in PropertyHalServiceTest
302 return deliverOkayGetResult(invocation, mPropValue); in deliverOkayGetResult()
305 private Object deliverOkayGetResult(InvocationOnMock invocation, HalPropValue propValue) { in deliverOkayGetResult() method in PropertyHalServiceTest
310 private Object deliverOkayGetResult(InvocationOnMock invocation, in deliverOkayGetResult() method in PropertyHalServiceTest
423 return deliverOkayGetResult(invocation, mPropValue3); in testGetCarPropertyValuesAsync_staticCacheMultipleRequests()
507 return deliverOkayGetResult(invocation, RECEIVED_REQUEST_ID_1); in testGetCarPropertyValuesAsync_normalResult()
543 return deliverOkayGetResult(invocation, RECEIVED_REQUEST_ID_3); in testGetCarPropertyValuesAsync_retryTwiceAndSucceed()
702 return deliverOkayGetResult(invocation, propValue); in testGetCarPropertyValuesAsync_propStatusUnavailable()
730 return deliverOkayGetResult(invocation, propValue); in testGetCarPropertyValuesAsync_propStatusError()
1109 deliverOkayGetResult(getInvocationWrap.get(0)); in testSetCarPropertyValuesAsync_initValueSameAsTargetValue_beforeSetResult()
[all …]