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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 44 private int countryCode_ = 0;
46 public int getCountryCode() { return countryCode_; }
49 countryCode_ = value;
54 countryCode_ = 0;
209 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ &&
242 outputString.append("Country Code: ").append(countryCode_);
Phonemetadata.java 460 private int countryCode_ = 0;
462 public int getCountryCode() { return countryCode_; }
465 countryCode_ = value;
669 objectOutput.writeInt(countryCode_);

Completed in 140 milliseconds