HomeSort by relevance Sort by last modified time
    Searched refs:mContentValuesForQPAndSJis (Results 1 - 3 of 3) sorted by null

  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
VCardTestsBase.java 37 protected final ContentValues mContentValuesForQPAndSJis;
57 mContentValuesForQPAndSJis = new ContentValues();
58 mContentValuesForQPAndSJis.put("ENCODING", "QUOTED-PRINTABLE");
59 mContentValuesForQPAndSJis.put("CHARSET", "SHIFT_JIS");
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardJapanizationTests.java 121 (VCardConfig.isVersion21(vcardType) ? mContentValuesForQPAndSJis :
221 (VCardConfig.isVersion21(vcardType) ? mContentValuesForQPAndSJis :
VCardImporterTests.java     [all...]

Completed in 19 milliseconds