Searched refs:BOOT_DEFAULT_WIFI_COUNTRY_CODE (Results 1 – 2 of 2) sorted by relevance
56 private static final String BOOT_DEFAULT_WIFI_COUNTRY_CODE = "ro.boot.wificountrycode"; field in WifiCountryCode229 + BOOT_DEFAULT_WIFI_COUNTRY_CODE + " is " + getOemDefaultCountryCode()); in WifiCountryCode()237 String country = SystemProperties.get(BOOT_DEFAULT_WIFI_COUNTRY_CODE); in getOemDefaultCountryCode()
98 private static final String BOOT_DEFAULT_WIFI_COUNTRY_CODE = "ro.boot.wificountrycode"; field in WifiInjector