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

  /external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
Phonenumber.java 165 private boolean hasPreferredDomesticCarrierCode;
167 public boolean hasPreferredDomesticCarrierCode() { return hasPreferredDomesticCarrierCode; }
173 hasPreferredDomesticCarrierCode = true;
178 hasPreferredDomesticCarrierCode = false;
217 if (other.hasPreferredDomesticCarrierCode()) {
235 hasPreferredDomesticCarrierCode() == other.hasPreferredDomesticCarrierCode());
258 hash = (53 * hash) + (hasPreferredDomesticCarrierCode() ? 1231 : 1237);
279 if (hasPreferredDomesticCarrierCode()) {
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-o-preview-4-robolectric-0.jar 

Completed in 59 milliseconds