Home
last modified time | relevance | path

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

/frameworks/base/wifi/java/android/net/wifi/rtt/
DCivicLocation.java52 private static final int COUNTRY_CODE_LENGTH = 2; field in CivicLocation
74 if (countryCode == null || countryCode.length() != COUNTRY_CODE_LENGTH) { in CivicLocation()