Searched refs:hasCountryCodeSource (Results 1 – 3 of 3) sorted by relevance
145 private boolean hasCountryCodeSource; field in Phonenumber.PhoneNumber147 public boolean hasCountryCodeSource() { return hasCountryCodeSource; } in hasCountryCodeSource() method in Phonenumber.PhoneNumber153 hasCountryCodeSource = true; in setCountryCodeSource()158 hasCountryCodeSource = false; in clearCountryCodeSource()213 if (other.hasCountryCodeSource()) { in mergeFrom()275 if (hasCountryCodeSource()) { in toString()
1464 if (!number.hasCountryCodeSource()) {
1698 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()1710 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()