Home
last modified time | relevance | path

Searched refs:countryCode_ (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhonenumber.java44 private int countryCode_ = 0; field in Phonenumber.PhoneNumber
46 public int getCountryCode() { return countryCode_; } in getCountryCode()
49 countryCode_ = value; in setCountryCode()
54 countryCode_ = 0; in clearCountryCode()
209 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()
242 outputString.append("Country Code: ").append(countryCode_); in toString()
DPhonemetadata.java504 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
506 public int getCountryCode() { return countryCode_; } in getCountryCode()
509 countryCode_ = value; in setCountryCode()
721 objectOutput.writeInt(countryCode_); in writeExternal()