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.java129 private boolean hasCountryCodeSource; field in Phonenumber.PhoneNumber
131 public boolean hasCountryCodeSource() { return hasCountryCodeSource; } in hasCountryCodeSource() method in Phonenumber.PhoneNumber
137 hasCountryCodeSource = true; in setCountryCodeSource()
142 hasCountryCodeSource = false; in clearCountryCodeSource()
193 if (other.hasCountryCodeSource()) { in mergeFrom()
250 if (hasCountryCodeSource()) { in toString()
DPhoneNumberUtil.java1352 if (!number.hasCountryCodeSource()) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java1579 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()
1592 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()