Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java140 String countryCode, @CountryCodeSource String countryCodeSource, Instant instant) { in CountryCodeInfo() argument
146 mSource = countryCodeSource; in CountryCodeInfo()
159 public CountryCodeInfo(String countryCode, @CountryCodeSource String countryCodeSource) { in CountryCodeInfo() argument
160 this(countryCode, countryCodeSource, Instant.now()); in CountryCodeInfo()