Searched refs:countryCode_ (Results 1 – 2 of 2) sorted by relevance
44 private int countryCode_ = 0; field in Phonenumber.PhoneNumber46 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()
635 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata637 public int getCountryCode() { return countryCode_; } in getCountryCode()640 countryCode_ = value; in setCountryCode()915 objectOutput.writeInt(countryCode_); in writeExternal()