Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/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()
229 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()
264 outputString.append("Country Code: ").append(countryCode_); in toString()
DPhonemetadata.java635 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
637 public int getCountryCode() { return countryCode_; } in getCountryCode()
640 countryCode_ = value; in setCountryCode()
915 objectOutput.writeInt(countryCode_); in writeExternal()