Searched refs:allAreaConfigs (Results 1 – 1 of 1) sorted by relevance
846 HalAreaConfig[] allAreaConfigs = config.getAreaConfigs(); in getAllAreaIdsFromPropertyId() local847 if (allAreaConfigs.length == 0) { in getAllAreaIdsFromPropertyId()850 int[] areaId = new int[allAreaConfigs.length]; in getAllAreaIdsFromPropertyId()851 for (int i = 0; i < allAreaConfigs.length; i++) { in getAllAreaIdsFromPropertyId()852 areaId[i] = allAreaConfigs[i].getAreaId(); in getAllAreaIdsFromPropertyId()