Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java101 private static final CountryCodeInfo DEFAULT_COUNTRY_CODE_INFO =
102 new CountryCodeInfo(DEFAULT_COUNTRY_CODE, COUNTRY_CODE_SOURCE_DEFAULT);
116 @Nullable private CountryCodeInfo mCurrentCountryCodeInfo;
117 @Nullable private CountryCodeInfo mLocationCountryCodeInfo;
118 @Nullable private CountryCodeInfo mOverrideCountryCodeInfo;
119 @Nullable private CountryCodeInfo mWifiCountryCodeInfo;
120 @Nullable private CountryCodeInfo mTelephonyCountryCodeInfo;
121 @Nullable private CountryCodeInfo mTelephonyLastCountryCodeInfo;
122 @Nullable private CountryCodeInfo mOemCountryCodeInfo;
125 private static final class CountryCodeInfo { class in ThreadNetworkCountryCode
[all …]