Searched defs:CountryCodeSource (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonenumber.java31 public enum CountryCodeSource { enum in class:Phonenumber.PhoneNumber
39 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
144 // optional CountryCodeSource country_code_source = 6;
146 private CountryCodeSource countryCodeSource_;
148 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; }
149 public PhoneNumber setCountryCodeSource(CountryCodeSource value) {
159 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;

Completed in 73 milliseconds