Home
last modified time | relevance | path

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

/external/libphonenumber/java/src/com/android/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.java1472 if (!number.hasCountryCodeSource()) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java1660 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()
1673 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()