Home
last modified time | relevance | path

Searched refs:hasPreferredDomesticCarrierCode (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java165 private boolean hasPreferredDomesticCarrierCode; field in Phonenumber.PhoneNumber
167 public boolean hasPreferredDomesticCarrierCode() { return hasPreferredDomesticCarrierCode; } in hasPreferredDomesticCarrierCode() method in Phonenumber.PhoneNumber
173 hasPreferredDomesticCarrierCode = true; in setPreferredDomesticCarrierCode()
178 hasPreferredDomesticCarrierCode = false; in clearPreferredDomesticCarrierCode()
217 if (other.hasPreferredDomesticCarrierCode()) { in mergeFrom()
235 hasPreferredDomesticCarrierCode() == other.hasPreferredDomesticCarrierCode()); in exactlySameAs()
258 hash = (53 * hash) + (hasPreferredDomesticCarrierCode() ? 1231 : 1237); in hashCode()
279 if (hasPreferredDomesticCarrierCode()) { in toString()
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhonenumber.java187 private boolean hasPreferredDomesticCarrierCode; field in Phonenumber.PhoneNumber
189 public boolean hasPreferredDomesticCarrierCode() { return hasPreferredDomesticCarrierCode; } in hasPreferredDomesticCarrierCode() method in Phonenumber.PhoneNumber
195 hasPreferredDomesticCarrierCode = true; in setPreferredDomesticCarrierCode()
200 hasPreferredDomesticCarrierCode = false; in clearPreferredDomesticCarrierCode()
239 if (other.hasPreferredDomesticCarrierCode()) { in mergeFrom()
257 hasPreferredDomesticCarrierCode() == other.hasPreferredDomesticCarrierCode()); in exactlySameAs()
280 hash = (53 * hash) + (hasPreferredDomesticCarrierCode() ? 1231 : 1237); in hashCode()
301 if (hasPreferredDomesticCarrierCode()) { in toString()