Searched refs:hasNoInternationalDialling (Results 1 – 3 of 3) sorted by relevance
612 private boolean hasNoInternationalDialling; field in Phonemetadata.PhoneMetadata614 public boolean hasNoInternationalDialling() { return hasNoInternationalDialling; } in hasNoInternationalDialling() method in Phonemetadata.PhoneMetadata620 hasNoInternationalDialling = true; in setNoInternationalDialling()930 objectOutput.writeBoolean(hasNoInternationalDialling); in writeExternal()931 if (hasNoInternationalDialling) { in writeExternal()
174 if (metadata.hasNoInternationalDialling()) { in filterMetadata()
1506 i18n.phonenumbers.PhoneMetadata.prototype.hasNoInternationalDialling = function() { method in i18n.phonenumbers.PhoneMetadata