HomeSort by relevance Sort by last modified time
    Searched full:countrynode (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
AddressWidget.java 271 AddressVerificationNodeData countryNode =
276 adminAreaUi.setFieldName(getAdminAreaFieldName(countryNode));
281 localityUi.setFieldName(getLocalityFieldName(countryNode));
311 postalCodeUi.setFieldName(getZipFieldName(countryNode));
331 // for the given countryNode.
332 private String getZipFieldName(AddressVerificationNodeData countryNode) {
334 String zipType = countryNode.get(AddressDataKey.ZIP_NAME_TYPE);
345 private String getLocalityFieldName(AddressVerificationNodeData countryNode) {
346 String localityLabelType = countryNode.get(AddressDataKey.LOCALITY_NAME_TYPE);
356 private String getAdminAreaFieldName(AddressVerificationNodeData countryNode) {
    [all...]

Completed in 661 milliseconds