Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java171 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithoutCustomConfig() local
174 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithoutCustomConfig()
180 expect.that(fakeVehicleStub.isValid()).isTrue(); in testGetAllPropConfigsWithoutCustomConfig()
194 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
196 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithCustomConfigHasExistingPropId()
214 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
216 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()
232 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithSpecialProp() local
235 HalPropConfig propConfig = getPropConfigByPropId(fakeVehicleStub.getAllPropConfigs(), in testGetAllPropConfigsWithSpecialProp()
261 FakeVehicleStub fakeVehicleStub = new FakeVehicleStub(mMockRealVehicleStub, mParser, in testNoCustomFile() local
[all …]