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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 43 private boolean hasCountryCode;
45 public boolean hasCountryCode() { return hasCountryCode; }
48 hasCountryCode = true;
53 hasCountryCode = false;
178 if (other.hasCountryCode()) {
Phonemetadata.java 504 private boolean hasCountryCode;
506 public boolean hasCountryCode() { return hasCountryCode; }
509 hasCountryCode = true;
    [all...]

Completed in 41 milliseconds