Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhonemetadata.java609 private boolean hasNoInternationalDialling; field in Phonemetadata.PhoneMetadata
611 public boolean hasNoInternationalDialling() { return hasNoInternationalDialling; } in hasNoInternationalDialling() method in Phonemetadata.PhoneMetadata
617 hasNoInternationalDialling = true; in setNoInternationalDialling()
909 objectOutput.writeBoolean(hasNoInternationalDialling); in writeExternal()
910 if (hasNoInternationalDialling) { in writeExternal()