Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/
DPropertyHalServiceTest.java346 private Object deliverErrorGetResult(InvocationOnMock invocation, int errorCode) { in deliverErrorGetResult() method in PropertyHalServiceTest
347 return deliverErrorGetResult(invocation, /* expectedServiceRequestId= */ null, errorCode); in deliverErrorGetResult()
350 private Object deliverErrorGetResult(InvocationOnMock invocation, in deliverErrorGetResult() method in PropertyHalServiceTest
643 return deliverErrorGetResult(invocation, RECEIVED_REQUEST_ID_1, in testGetCarPropertyValuesAsync_errorResult()
1039 deliverErrorGetResult(getInvocationWrap.get(0), in testSetCarPropertyValuesAsync_mixWaitNoWaitForPropertyUpdate()
1387 deliverErrorGetResult(getInvocationWrap.get(0), in testSetCarPropertyValuesAsync_errorInitValueResult_timeout()
1439 deliverErrorGetResult(getInvocationWrap.get(0), in testSetCarPropertyValuesAsync_propertyUpdatedThroughEvent()