Searched defs:AddressDataKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DAddressDataKey.java26 enum AddressDataKey { enum
101 static AddressDataKey get(String keyname) {
105 private static final Map<String, AddressDataKey> ADDRESS_KEY_NAME_MAP =
106 new HashMap<String, AddressDataKey>();
110 for (AddressDataKey field : values()) {

Completed in 68 milliseconds