History log of /frameworks/opt/vcard/tests/src/com/android/vcard/tests/VCardBuilderTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d98c0fe9ab6a89129c31c510ccd629a2dca148af 18-Oct-2012 Chiao Cheng <chiaocheng@google.com> Allow importer to handle missing encoding attribute for FN.

- Removed separators from FN properties.
- Adding fix on importer side since we cannot fix exporters that already exist.

Bug: 7292017
Change-Id: I61c691c24828e63aac1920384e16461da7a03881
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/VCardBuilderTest.java
8d1f50f582dc384a164a42657c35187b0226bcc3 15-Oct-2012 Chiao Cheng <chiaocheng@google.com> Fix missing encoding attribute on FN field.

When FN field is built from display name, the encoding attribute is missing.
Created common method to build N and FN fields so they will not be out of
sync in the future.

Bug: 7292017
Change-Id: I7faceb316b639d626a54bdd455df1e748b22face
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/VCardBuilderTest.java