Home
last modified time | relevance | path

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

/packages/services/Car/tests/carservice_unit_test/src/com/android/car/hal/fakevhal/
DFakeVehicleStubUnitTest.java175 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