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