Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java45 private int countryCode_ = 0; field in Phonenumber.PhoneNumber
47 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()
DPhonemetadata.java620 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
622 public int getCountryCode() { return countryCode_; } in getCountryCode()
625 countryCode_ = value; in setCountryCode()
904 objectOutput.writeInt(countryCode_); in writeExternal()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhonenumber.java60 private int countryCode_ = 0; field in Phonenumber.PhoneNumber
64 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()
DPhonemetadata.java644 private int countryCode_ = 0; field in Phonemetadata.PhoneMetadata
647 public int getCountryCode() { return countryCode_; } in getCountryCode()
650 countryCode_ = value; in setCountryCode()
936 objectOutput.writeInt(countryCode_); in writeExternal()