Searched defs:hasPreferredDomesticCarrierCode (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhonenumber.java164 private boolean hasPreferredDomesticCarrierCode; field in class:Phonenumber.PhoneNumber
166 public boolean hasPreferredDomesticCarrierCode() { return hasPreferredDomesticCarrierCode; } method in class:Phonenumber.PhoneNumber
172 hasPreferredDomesticCarrierCode = true;
177 hasPreferredDomesticCarrierCode = false;
216 if (other.hasPreferredDomesticCarrierCode()) {
234 hasPreferredDomesticCarrierCode() == other.hasPreferredDomesticCarrierCode());
257 hash = (53 * hash) + (hasPreferredDomesticCarrierCode() ? 1231 : 1237);
278 if (hasPreferredDomesticCarrierCode()) {
[all...]

Completed in 59 milliseconds