Home
last modified time | relevance | path

Searched refs:TEST_NAME1 (Results 1 – 1 of 1) sorted by relevance

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DTestPlanTest.java40 private static final String TEST_NAME1 = "foo"; field in TestPlanTest
50 String.format("<Entry name=\"%s\" />", TEST_NAME1) +
56 String.format("<Entry name=\"%s\" exclude=\"%s#%s\" />", TEST_NAME1, EXCLUDE_TEST_CLASS,
62 String.format("<Entry name=\"%s\" exclude=\"%s#%s;%s#%s\" />", TEST_NAME1,
69 String.format("<Entry name=\"%s\" exclude=\"%s\" />", TEST_NAME1,
100 String test1Id = AbiUtils.createId(abi, TEST_NAME1); in assertTestData()
119 String test1Id = AbiUtils.createId(abi, TEST_NAME1); in testParse_exclude()
143 String test1Id = AbiUtils.createId(abi, TEST_NAME1); in assertMultiExcluded()
161 String test1Id = AbiUtils.createId(abi, TEST_NAME1); in testParse_classExclude()
184 mPlan.addPackage(AbiUtils.createId(abi, TEST_NAME1)); in testSerialize_packages()
[all …]