aboutsummaryrefslogtreecommitdiff
path: root/java/src/com/android/i18n/addressinput/AddressDataKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/src/com/android/i18n/addressinput/AddressDataKey.java')
-rw-r--r--java/src/com/android/i18n/addressinput/AddressDataKey.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/java/src/com/android/i18n/addressinput/AddressDataKey.java b/java/src/com/android/i18n/addressinput/AddressDataKey.java
index a4766af..2fe58a4 100644
--- a/java/src/com/android/i18n/addressinput/AddressDataKey.java
+++ b/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,