Searched refs:testPhoneticNameCommon (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardJapanizationTests.java111 private void testPhoneticNameCommon(int vcardType, String charset) { method in class:VCardJapanizationTests
148 testPhoneticNameCommon(VCardConfig.VCARD_TYPE_V21_JAPANESE, null);
152 testPhoneticNameCommon(VCardConfig.VCARD_TYPE_V21_JAPANESE, "Shift_JIS");
156 testPhoneticNameCommon(VCardConfig.VCARD_TYPE_V30_JAPANESE, null);
160 testPhoneticNameCommon(VCardConfig.VCARD_TYPE_V30_JAPANESE, "Shift_JIS");

Completed in 56 milliseconds