Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java174 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithoutCustomConfig() local
175 HalPropConfig propConfigInfo = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithoutCustomConfig()
177 HalPropConfig propConfigWindow = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithoutCustomConfig()
196 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithCustomConfigHasExistingPropId() local
197 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithCustomConfigHasExistingPropId()
216 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId() local
217 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, 123); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()
221 expect.that(allPropConfig.length).isEqualTo(new FakeVehicleStub(mMockRealVehicleStub, in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()
263 HalPropConfig[] allPropConfig = fakeVehicleStub.getAllPropConfigs(); in testNoCustomFile() local
265 expect.that(allPropConfig.length).isEqualTo(defaultParseResult.size()); in testNoCustomFile()