Searched refs:COUNTRY_CODE_LENGTH (Results 1 – 1 of 1) sorted by relevance
52 private static final int COUNTRY_CODE_LENGTH = 2; field in CivicLocation74 if (countryCode == null || countryCode.length() != COUNTRY_CODE_LENGTH) { in CivicLocation()