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

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonenumber.java 43 private boolean hasCountryCode;
45 public boolean hasCountryCode() { return hasCountryCode; }
48 hasCountryCode = true;
53 hasCountryCode = false;
195 if (other.hasCountryCode()) {
Phonemetadata.java 634 private boolean hasCountryCode;
636 public boolean hasCountryCode() { return hasCountryCode; }
639 hasCountryCode = true;
    [all...]

Completed in 40 milliseconds