Searched refs:mContentValuesForQP (Results 1 - 3 of 3) sorted by last modified time

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardImporterTests.java577 null, null, mContentValuesForQP, new TypeSet("WORK"), null)
585 null, null, mContentValuesForQP,
594 null, null, mContentValuesForQP, null, null)
H A DVCardJapanizationTests.java423 .addExpectedNode("NOTE", "note1\nnote2\nnote3", mContentValuesForQP);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardTestsBase.java34 protected final ContentValues mContentValuesForQP; field in class:VCardTestsBase
51 mContentValuesForQP = new ContentValues();
52 mContentValuesForQP.put("ENCODING", "QUOTED-PRINTABLE");

Completed in 60 milliseconds