X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Flibaddressinput%2Fsrc%2Fjava%2Fsrc%2Fcom%2Fandroid%2Fi18n%2Faddressinput%2FAddressDataKey.java;h=2fe58a4b74cbbca181add2a68068050e93c0c9c7;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=a4766afce8e9a42fe177d4b8f3053284ab6f5c4c;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/AddressDataKey.java b/src/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/AddressDataKey.java index a4766af..2fe58a4 100644 --- a/src/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/AddressDataKey.java +++ b/src/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/AddressDataKey.java @@ -77,6 +77,10 @@ enum AddressDataKey { */ SUB_LNAMES, /** + * Indicates the type of the name used for the sublocality field. + */ + SUBLOCALITY_NAME_TYPE, + /** * Indicates, for each child of this region, whether that child has additional children. */ SUB_MORES,