Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DCodeCoverageTestBaseTest.java88 private static final String PACKAGE_NAME3 = "com.example.baz.test"; field in CodeCoverageTestBaseTest
287 new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME1, ""));
307 .get(eq(PACKAGE_NAME3), eq(RUNNER_NAME1), anyInt(), anyInt());
310 .get(eq(PACKAGE_NAME3), eq(RUNNER_NAME1), anyInt(), anyInt());
479 InstrumentationTarget target3 = new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME1, "");
480 InstrumentationTarget target4 = new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME3, "");
500 InstrumentationTarget target3 = new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME1, "");
501 InstrumentationTarget target4 = new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME3, "");
522 InstrumentationTarget target3 = new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME1, "");
523 InstrumentationTarget target4 = new InstrumentationTarget(PACKAGE_NAME3, RUNNER_NAME3, "");
[all …]