HomeSort by relevance Sort by last modified time
    Searched refs:countryCode_ (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 44 private int countryCode_ = 0;
46 public int getCountryCode() { return countryCode_; }
49 countryCode_ = value;
54 countryCode_ = 0;
209 return (countryCode_ == other.countryCode_ && nationalNumber_ == other.nationalNumber_ &&
242 outputString.append("Country Code: ").append(countryCode_);
Phonemetadata.java 505 private int countryCode_ = 0;
507 public int getCountryCode() { return countryCode_; }
510 countryCode_ = value;
722 objectOutput.writeInt(countryCode_);
    [all...]

Completed in 154 milliseconds