Home
last modified time | relevance | path

Searched refs:REGION_MAX_LENGTH (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/common/src/com/android/tv/common/util/
DPostalCodeUtils.java47 private static final Map<String, Integer> REGION_MAX_LENGTH = new HashMap<>(); field in PostalCodeUtils
54 REGION_MAX_LENGTH.put(Locale.US.getCountry(), 5); in Locale.US.getCountry()
55 REGION_MAX_LENGTH.put(Locale.UK.getCountry(), 8); in Locale.UK.getCountry()
119 REGION_MAX_LENGTH.get(LocationUtils.getCurrentCountry(context).toUpperCase()); in getRegionMaxLength()