Searched refs:expectedServiceRequestId (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/ |
D | PropertyHalServiceTest.java | 242 private Object deliverResult(InvocationOnMock invocation, Integer expectedServiceRequestId, in deliverResult() argument 250 invocation, expectedServiceRequestId, carPropertyErrorCodes, propValue, get); in deliverResult() 253 private Object deliverResult(InvocationOnMock invocation, Integer expectedServiceRequestId, in deliverResult() argument 273 if (expectedServiceRequestId != null) { in deliverResult() 274 assertThat(serviceRequestId).isEqualTo(expectedServiceRequestId); in deliverResult() 311 Integer expectedServiceRequestId) { in deliverOkayGetResult() argument 312 return deliverResult(invocation, expectedServiceRequestId, STATUS_OK, in deliverOkayGetResult() 321 Integer expectedServiceRequestId) { in deliverOkaySetResult() argument 322 return deliverResult(invocation, expectedServiceRequestId, STATUS_OK, in deliverOkaySetResult() 331 Integer expectedServiceRequestId) { in deliverTryAgainGetResult() argument [all …]
|