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

  /external/chromium_org/third_party/libphonenumber/src/resources/
phonenumber.proto 72 enum CountryCodeSource {
93 optional CountryCodeSource country_code_source = 6;
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhonenumberTest.java 20 import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.CountryCodeSource;
57 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN);
60 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN);
79 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN);
85 setCountryCodeSource(CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN);
PhoneNumberUtilTest.java 24 import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.CountryCodeSource;
    [all...]
  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 31 public enum CountryCodeSource {
39 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
128 // optional CountryCodeSource country_code_source = 6;
130 private CountryCodeSource countryCodeSource_;
132 public CountryCodeSource getCountryCodeSource() { return countryCodeSource_; }
133 public PhoneNumber setCountryCodeSource(CountryCodeSource value) {
143 countryCodeSource_ = CountryCodeSource.FROM_NUMBER_WITH_PLUS_SIGN;
PhoneNumberMatcher.java 24 import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.CountryCodeSource;
608 if (number.getCountryCodeSource() != CountryCodeSource.FROM_DEFAULT_COUNTRY) {
PhoneNumberUtil.java 24 import com.android.i18n.phonenumbers.Phonenumber.PhoneNumber.CountryCodeSource;
    [all...]
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
phonenumberutil.h     [all...]
phonenumberutil.cc     [all...]

Completed in 604 milliseconds