Searched refs:mCustomLabels (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DFormOptions.java42 private final EnumMap<AddressField, String> mCustomLabels = field in class:FormOptions
59 mCustomLabels.putAll(builder.mCustomLabels);
92 return mCustomLabels.get(field);
136 private final EnumMap<AddressField, String> mCustomLabels = field in class:FormOptions.Builder
201 mCustomLabels.put(field, label);

Completed in 55 milliseconds