Searched refs:hasCountryCodeSource (Results 1 – 3 of 3) sorted by relevance
129 private boolean hasCountryCodeSource; field in Phonenumber.PhoneNumber131 public boolean hasCountryCodeSource() { return hasCountryCodeSource; } in hasCountryCodeSource() method in Phonenumber.PhoneNumber137 hasCountryCodeSource = true; in setCountryCodeSource()142 hasCountryCodeSource = false; in clearCountryCodeSource()193 if (other.hasCountryCodeSource()) { in mergeFrom()250 if (hasCountryCodeSource()) { in toString()
1352 if (!number.hasCountryCodeSource()) {
1579 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()1592 assertFalse("Should not contain CountryCodeSource.", number.hasCountryCodeSource()); in testMaybeExtractCountryCode()