Searched refs:infrastructureList (Results 1 – 1 of 1) sorted by relevance
2788 String infrastructureList = parser.getAttributeValue(null, "infrastructure_bitmask"); in getRow() local2789 if (infrastructureList != null) { in getRow()2790 infrastructureBitmask = getInfrastructureListFromString(infrastructureList); in getRow()