HomeSort by relevance Sort by last modified time
    Searched defs:hasCountryCode (Results 1 - 3 of 3) 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;
195 if (other.hasCountryCode()) {
Phonemetadata.java 546 private boolean hasCountryCode;
548 public boolean hasCountryCode() { return hasCountryCode; }
551 hasCountryCode = true;
    [all...]
  /packages/apps/ContactsCommon/libs/
libphonenumber-6.2.jar 

Completed in 457 milliseconds