Home
last modified time | relevance | path

Searched refs: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() argument
513 Optional.of(setCountryCodeStatus)); in onCountryCodeChanged()
868 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState() argument
880 || (setCountryCodeStatus.isPresent() in computeAdapterState()
881 && setCountryCodeStatus.get() != STATUS_CODE_OK)) { in computeAdapterState()
1182 Optional<Integer> setCountryCodeStatus = in initializeHw() local
1189 setCountryCodeStatus); in initializeHw() local
1301 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange() argument
1305 || (setCountryCodeStatus.isPresent() in computeAndNotifyAdapterStateChange()
1306 && setCountryCodeStatus.get() in computeAndNotifyAdapterStateChange()
[all …]