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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 129 private boolean hasCountryCodeSource;
131 public boolean hasCountryCodeSource() { return hasCountryCodeSource; }
137 hasCountryCodeSource = true;
142 hasCountryCodeSource = false;
193 if (other.hasCountryCodeSource()) {
250 if (hasCountryCodeSource()) {
PhoneNumberUtil.java     [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java     [all...]

Completed in 32 milliseconds