Searched refs:oemCountryCode (Results 1 – 2 of 2) sorted by relevance
223 @Nullable String oemCountryCode, in ThreadNetworkCountryCode() argument235 if (oemCountryCode != null) { in ThreadNetworkCountryCode()236 mOemCountryCodeInfo = new CountryCodeInfo(oemCountryCode, COUNTRY_CODE_SOURCE_OEM); in ThreadNetworkCountryCode()
159 private ThreadNetworkCountryCode newCountryCodeWithOemSource(@Nullable String oemCountryCode) { in newCountryCodeWithOemSource() argument169 oemCountryCode, in newCountryCodeWithOemSource()