Searched refs:countryCode_ (Results 1 – 4 of 4) 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()
620 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata622 public int getCountryCode() { return countryCode_; } in getCountryCode()625 countryCode_ = value; in setCountryCode()904 objectOutput.writeInt(countryCode_); in writeExternal()
60 private int countryCode_ = 0; field in Phonenumber.PhoneNumber64 public int getCountryCode() { return countryCode_; } in getCountryCode()67 countryCode_ = value; in setCountryCode()73 countryCode_ = 0; in clearCountryCode()252 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ && in exactlySameAs()287 outputString.append("Country Code: ").append(countryCode_); in toString()
644 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata647 public int getCountryCode() { return countryCode_; } in getCountryCode()650 countryCode_ = value; in setCountryCode()936 objectOutput.writeInt(countryCode_); in writeExternal()