Searched refs:UwbCountryCode (Results 1 – 9 of 9) sorted by relevance
22 import com.android.server.uwb.UwbCountryCode;122 if (!UwbCountryCode.isValid(countryCode)) { in fromBytes()
19 import static com.android.server.uwb.UwbCountryCode.DEFAULT_COUNTRY_CODE;94 @Mock UwbCountryCode.CountryCodeChangedListener mListener;100 private UwbCountryCode mUwbCountryCode;154 mUwbCountryCode = new UwbCountryCode( in setUp()451 .putExtra(UwbCountryCode.EXTRA_LAST_KNOWN_NETWORK_COUNTRY, TEST_COUNTRY_CODE) in testUseLastKnownTelephonyCountryCodeWhenWifiAndTelephonyCountryCodeNotAvailable()
90 @Mock UwbCountryCode mUwbCountryCode;
130 @Mock private UwbCountryCode mUwbCountryCode;
243 @Mock private UwbCountryCode mUwbCountryCode;
109 private final UwbCountryCode mUwbCountryCode;145 new UwbCountryCode(mContext, mNativeUwbManager, new Handler(mLooper), this); in UwbInjector()202 public UwbCountryCode getUwbCountryCode() { in getUwbCountryCode()
101 INativeUwbManager.VendorNotification, UwbCountryCode.CountryCodeChangedListener {134 private final UwbCountryCode mUwbCountryCode;276 UwbMetrics uwbMetrics, UwbCountryCode uwbCountryCode, in UwbServiceCore()879 if (!UwbCountryCode.isValid(countryCode) in computeAdapterState()1304 if (!UwbCountryCode.isValid(countryCode) in computeAndNotifyAdapterStateChange()
69 public class UwbCountryCode { class147 public UwbCountryCode( in UwbCountryCode() method in UwbCountryCode
237 private final UwbCountryCode mUwbCountryCode;1223 if (!UwbCountryCode.isValid(countryCode)) { in onCommand()