Home
last modified time | relevance | path

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

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