Searched refs:countryCode_ (Results 1 – 2 of 2) sorted by relevance
45 private int countryCode_ = 0; field in Phonenumber.PhoneNumber47 public int getCountryCode() { return countryCode_; } in getCountryCode()50 countryCode_ = value; in setCountryCode()55 countryCode_ = 0; in clearCountryCode()230 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()265 outputString.append("Country Code: ").append(countryCode_); in toString()
638 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata640 public int getCountryCode() { return countryCode_; } in getCountryCode()643 countryCode_ = value; in setCountryCode()936 objectOutput.writeInt(countryCode_); in writeExternal()