HomeSort by relevance Sort by last modified time
    Searched defs:CountryCodeSource (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonenumber.java 31 public enum CountryCodeSource {
40 countryCodeSource_ = CountryCodeSource.UNSPECIFIED;
145 // optional CountryCodeSource country_code_source = 6;
147 private CountryCodeSource countryCodeSource_;
149 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; }
150 public PhoneNumber setCountryCodeSource(CountryCodeSource value) {
160 countryCodeSource_ = CountryCodeSource.UNSPECIFIED;
  /external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
Phonenumber.java 41 @dalvik.annotation.compat.UnsupportedAppUsage(implicitMember = "values()[Lcom/android/i18n/phonenumbers/Phonenumber$PhoneNumber$CountryCodeSource;")
42 public enum CountryCodeSource {
55 countryCodeSource_ = CountryCodeSource.UNSPECIFIED;
166 // optional CountryCodeSource country_code_source = 6;
168 private CountryCodeSource countryCodeSource_;
171 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; }
172 public PhoneNumber setCountryCodeSource(CountryCodeSource value) {
182 countryCodeSource_ = CountryCodeSource.UNSPECIFIED;

Completed in 47 milliseconds