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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardImporterNestTests.java25 mVerifier.initForImportTest(V21, R.raw.v21_nest);
H A DVCardExporterTests.java52 mVerifier.initForExportTest(V21);
82 testStructuredNameBasic(V21);
144 testStructuredNameUsePrimaryCommon(V21);
210 testStructuredNameUseSuperPrimaryCommon(V21);
276 testStructuredNamePhoneticNameCommon(V21);
377 testStructuredNameComplicatedCommon(V21);
421 testPhoneBasicCommon(V21);
433 mVerifier.initForExportTest(V21 | VCardConfig.FLAG_REFRAIN_PHONE_NUMBER_FORMATTING);
538 testPhoneVariousTypeSupport(V21);
586 testPhonePrefHandlingCommon(V21);
[all...]
H A DVCardImporterTests.java412 mVerifier.initForImportTest(V21, R.raw.v21_simple_1);
446 mVerifier.initForImportTest(V21, R.raw.v21_simple_3);
460 mVerifier.initForImportTest(V21, R.raw.v21_backslash);
473 mVerifier.initForImportTest(V21, R.raw.v21_backslash);
485 mVerifier.initForImportTest(V21, R.raw.v21_org_before_title);
497 mVerifier.initForImportTest(V21, R.raw.v21_title_before_org);
513 mVerifier.initForImportTest(V21, R.raw.v21_pref_handling);
554 mVerifier.initForImportTest(V21, R.raw.v21_complicated);
610 mVerifier.initForImportTest(V21, R.raw.v21_complicated);
686 mVerifier.initForImportTest(V21,
[all...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVCardTestsBase.java29 public static final int V21 = VCardConfig.VCARD_TYPE_V21_GENERIC; field in class:VCardTestsBase

Completed in 275 milliseconds