Searched refs:getPropConfigByPropId (Results 1 – 1 of 1) sorted by relevance
175 HalPropConfig propConfigInfo = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithoutCustomConfig()177 HalPropConfig propConfigWindow = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithoutCustomConfig()197 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, in testGetAllPropConfigsWithCustomConfigHasExistingPropId()217 HalPropConfig propConfig = getPropConfigByPropId(allPropConfig, 123); in testGetAllPropConfigsWithCustomConfigHasNonExistingPropId()235 HalPropConfig propConfig = getPropConfigByPropId(fakeVehicleStub.getAllPropConfigs(), in testGetAllPropConfigsWithSpecialProp()1727 private HalPropConfig getPropConfigByPropId(HalPropConfig[] propConfigs, int propId) { in getPropConfigByPropId() method in FakeVehicleStubUnitTest