Searched refs:mContentValuesForQPAndUtf8 (Results 1 - 2 of 2) sorted by last modified time

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardJapanizationTests.java45 (VCardConfig.isVersion21(vcardType) ? mContentValuesForQPAndUtf8 : null);
123 (VCardConfig.isVersion21(vcardType) ? mContentValuesForQPAndUtf8 : null));
223 (VCardConfig.isVersion21(vcardType) ? mContentValuesForQPAndUtf8 :
435 mContentValuesForQPAndUtf8);
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardTestsBase.java38 protected final ContentValues mContentValuesForQPAndUtf8; field in class:VCardTestsBase
60 mContentValuesForQPAndUtf8 = new ContentValues();
61 mContentValuesForQPAndUtf8.put("ENCODING", "QUOTED-PRINTABLE");
62 mContentValuesForQPAndUtf8.put("CHARSET", "UTF-8");

Completed in 8 milliseconds