Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java40 countryCodeSource_ = CountryCodeSource.UNSPECIFIED; in PhoneNumber()
147 private CountryCodeSource countryCodeSource_; field in Phonenumber.PhoneNumber
149 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; } in getCountryCodeSource()
155 countryCodeSource_ = value; in setCountryCodeSource()
160 countryCodeSource_ = CountryCodeSource.UNSPECIFIED; in clearCountryCodeSource()
233 rawInput_.equals(other.rawInput_) && countryCodeSource_ == other.countryCodeSource_ && in exactlySameAs()
277 outputString.append(" Country Code Source: ").append(countryCodeSource_); in toString()