Searched refs:halPropIdMgrIds (Results 1 – 1 of 1) sorted by relevance
172 List<Integer> halPropIdMgrIds = new ArrayList<>(); in PropertyHalServiceConfigs() local176 halPropIdMgrIds.add(config.propertyId); in PropertyHalServiceConfigs()177 halPropIdMgrIds.add(config.halPropId); in PropertyHalServiceConfigs()180 int[] halPropIdMgrIdArray = new int[halPropIdMgrIds.size()]; in PropertyHalServiceConfigs()181 for (int i = 0; i < halPropIdMgrIds.size(); i++) { in PropertyHalServiceConfigs()182 halPropIdMgrIdArray[i] = halPropIdMgrIds.get(i); in PropertyHalServiceConfigs()