Loading src/com/android/contacts/editor/StructuredNameEditorView.java +1 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,7 @@ public class StructuredNameEditorView extends TextFieldsEditorView { mSnapshot.getContentValues().clear(); mSnapshot.setDisplayName(values.getDisplayName()); mSnapshot.setMimeType(StructuredPostal.CONTENT_ITEM_TYPE); for (String field : structuredNameMap.keySet()) { mSnapshot.getContentValues().put(field, structuredNameMap.get(field)); } Loading Loading
src/com/android/contacts/editor/StructuredNameEditorView.java +1 −0 Original line number Diff line number Diff line Loading @@ -155,6 +155,7 @@ public class StructuredNameEditorView extends TextFieldsEditorView { mSnapshot.getContentValues().clear(); mSnapshot.setDisplayName(values.getDisplayName()); mSnapshot.setMimeType(StructuredPostal.CONTENT_ITEM_TYPE); for (String field : structuredNameMap.keySet()) { mSnapshot.getContentValues().put(field, structuredNameMap.get(field)); } Loading