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

  /packages/apps/Contacts/src/com/android/contacts/editor/
StructuredNameEditorView.java 118 Map<String, String> structuredNameMap = NameConverter.displayNameToStructuredName(
120 if (!structuredNameMap.isEmpty()) {
122 for (String field : structuredNameMap.keySet()) {
123 values.put(field, structuredNameMap.get(field));
141 Map<String, String> structuredNameMap = valuesToStructuredNameMap(values);
143 structuredNameMap);
151 for (String field : structuredNameMap.keySet()) {
152 mSnapshot.put(field, structuredNameMap.get(field));
157 Map<String, String> structuredNameMap = new HashMap<String, String>();
159 structuredNameMap.put(key, values.getAsString(key))
    [all...]

Completed in 2068 milliseconds