Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DCodeCoverageTestBaseTest.java87 private static final String PACKAGE_NAME2 = "com.example.bar.test"; field in CodeCoverageTestBaseTest
286 new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME1, ""),
300 .get(eq(PACKAGE_NAME2), eq(RUNNER_NAME1), anyInt(), anyInt());
303 .get(eq(PACKAGE_NAME2), eq(RUNNER_NAME1), anyInt(), anyInt());
478 InstrumentationTarget target2 = new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME2, "");
499 InstrumentationTarget target2 = new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME2, "");
521 InstrumentationTarget target2 = new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME2, "");
543 InstrumentationTarget target2 = new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME2, "");
551 mCoverageTest.setPackageFilter(ImmutableList.of(PACKAGE_NAME1, PACKAGE_NAME2));
565 InstrumentationTarget target2 = new InstrumentationTarget(PACKAGE_NAME2, RUNNER_NAME2, "");
[all …]