Searched refs:getPreferredDomesticCarrierCode (Results 1 – 3 of 3) sorted by relevance
168 public String getPreferredDomesticCarrierCode() { return preferredDomesticCarrierCode_; } in getPreferredDomesticCarrierCode() method in Phonenumber.PhoneNumber218 setPreferredDomesticCarrierCode(other.getPreferredDomesticCarrierCode()); in mergeFrom()257 hash = (53 * hash) + getPreferredDomesticCarrierCode().hashCode(); in hashCode()
1439 number.getPreferredDomesticCarrierCode().length() > 01440 ? number.getPreferredDomesticCarrierCode()1481 formattedNumber = numberNoExt.getPreferredDomesticCarrierCode().length() > 0
421 i18n.phonenumbers.PhoneNumber.prototype.getPreferredDomesticCarrierCode = function() { method in i18n.phonenumbers.PhoneNumber