Searched refs:countryRaw (Results 1 – 1 of 1) sorted by relevance
173 final String countryRaw = Column.ORIGIN_COUNTRY.getItem(items); in Info() local174 String country = CountryCodeConverter.getCodeFromName(countryRaw); in Info()177 errors.add("Can't map " + countryRaw + " to country/region"); in Info()