Home
last modified time | relevance | path

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

/packages/modules/Wifi/framework/java/android/net/wifi/rtt/
DCivicLocation.java53 private static final int COUNTRY_CODE_LENGTH = 2; field in CivicLocation
75 if (countryCode == null || countryCode.length() != COUNTRY_CODE_LENGTH) { in CivicLocation()