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

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
Phonenumber.java 148 private boolean hasPreferredDomesticCarrierCode;
150 public boolean hasPreferredDomesticCarrierCode() { return hasPreferredDomesticCarrierCode; }
156 hasPreferredDomesticCarrierCode = true;
161 hasPreferredDomesticCarrierCode = false;
196 if (other.hasPreferredDomesticCarrierCode()) {
213 hasPreferredDomesticCarrierCode() == other.hasPreferredDomesticCarrierCode());
235 hash = (53 * hash) + (hasPreferredDomesticCarrierCode() ? 1231 : 1237);
253 if (hasPreferredDomesticCarrierCode()) {
    [all...]
PhoneNumberUtil.java     [all...]

Completed in 53 milliseconds