Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/android/car/test/mocks/
DCarArgumentMatchersTest.java110 int actualStatusCode = mFakeService.setVehiclePropValue(prop); in testIsProperty() local
112 assertThat(actualStatusCode).isEqualTo(StatusCode.OK); in testIsProperty()
125 int actualStatusCode = mFakeService.setVehiclePropValue(prop); in testIsPropertyWithValues() local
127 assertThat(actualStatusCode).isEqualTo(StatusCode.OK); in testIsPropertyWithValues()