Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DCodeCoverageTestBaseTest.java86 private static final String PACKAGE_NAME1 = "com.example.foo.test"; field in CodeCoverageTestBaseTest
251 doReturn(ImmutableList.of(new InstrumentationTarget(PACKAGE_NAME1, RUNNER_NAME1, "")))
258 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
261 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
285 new InstrumentationTarget(PACKAGE_NAME1, RUNNER_NAME1, ""),
293 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
296 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), anyInt(), anyInt());
323 doReturn(ImmutableList.of(new InstrumentationTarget(PACKAGE_NAME1, RUNNER_NAME1, "")))
329 doReturn(FOO_TESTS).when(mTests).get(PACKAGE_NAME1, RUNNER_NAME1, 0, 1);
332 .get(eq(PACKAGE_NAME1), eq(RUNNER_NAME1), eq(0), eq(2));
[all …]