Searched refs:hidlConfigs (Results 1 – 2 of 2) sorted by relevance
409 List<VehiclePropConfig> hidlConfigs) { in vehiclePropConfigsToHalPropConfigs() argument410 int configSize = hidlConfigs.size(); in vehiclePropConfigsToHalPropConfigs()413 configs[i] = new HidlHalPropConfig(hidlConfigs.get(i)); in vehiclePropConfigsToHalPropConfigs()
148 ArrayList<VehiclePropConfig> hidlConfigs = new ArrayList<VehiclePropConfig>(); in testGetAllPropConfigsHidl() local152 hidlConfigs.add(hidlConfig); in testGetAllPropConfigsHidl()160 when(mHidlVehicle.getAllPropConfigs()).thenReturn(hidlConfigs); in testGetAllPropConfigsHidl()