Searched refs:setCountryCodeStatus (Results 1 – 1 of 1) sorted by relevance
502 public void onCountryCodeChanged(int setCountryCodeStatus, @Nullable String countryCode) { in onCountryCodeChanged() argument513 Optional.of(setCountryCodeStatus)); in onCountryCodeChanged()868 private int computeAdapterState(String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAdapterState() argument880 || (setCountryCodeStatus.isPresent() in computeAdapterState()881 && setCountryCodeStatus.get() != STATUS_CODE_OK)) { in computeAdapterState()1182 Optional<Integer> setCountryCodeStatus = in initializeHw() local1189 setCountryCodeStatus); in initializeHw() local1301 String countryCode, Optional<Integer> setCountryCodeStatus) { in computeAndNotifyAdapterStateChange() argument1305 || (setCountryCodeStatus.isPresent() in computeAndNotifyAdapterStateChange()1306 && setCountryCodeStatus.get() in computeAndNotifyAdapterStateChange()[all …]