Home
last modified time | relevance | path

Searched refs:hasCountryCodeSource (Results 1 – 3 of 3) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonenumber.java145 private boolean hasCountryCodeSource; field in Phonenumber.PhoneNumber
147 public boolean hasCountryCodeSource() { return hasCountryCodeSource; } in hasCountryCodeSource() method in Phonenumber.PhoneNumber
153 hasCountryCodeSource = true; in setCountryCodeSource()
158 hasCountryCodeSource = false; in clearCountryCodeSource()
213 if (other.hasCountryCodeSource()) { in mergeFrom()
275 if (hasCountryCodeSource()) { in toString()
DPhoneNumberUtil.java1464 if (!number.hasCountryCodeSource()) {
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1698 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()
1710 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()