Searched refs:countryCodeSource_ (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonenumber.java39 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
130 private CountryCodeSource countryCodeSource_; field in class:Phonenumber.PhoneNumber
132 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; }
138 countryCodeSource_ = value;
143 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
211 rawInput_.equals(other.rawInput_) && countryCodeSource_ == other.countryCodeSource_ &&
251 outputString.append(" Country Code Source: ").append(countryCodeSource_);

Completed in 90 milliseconds