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()
146 private CountryCodeSource countryCodeSource_; field in Phonenumber.PhoneNumber
148 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; } in getCountryCodeSource()
154 countryCodeSource_ = value; in setCountryCodeSource()
159 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN; in clearCountryCodeSource()
232 rawInput_.equals(other.rawInput_) && countryCodeSource_ == other.countryCodeSource_ && in exactlySameAs()
276 outputString.append(" Country Code Source: ").append(countryCodeSource_); in toString()