Home
last modified time | relevance | path

Searched defs:setCountryCodeStatus (Results 1 – 1 of 1) sorted by relevance

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbServiceCore.java502 public void onCountryCodeChanged(int setCountryCodeStatus, @Nullable String countryCode) { in onCountryCodeChanged()
868 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState()
1182 Optional<Integer> setCountryCodeStatus = in initializeHw() local
1189 setCountryCodeStatus); in initializeHw() local
1301 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange()