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