Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
DRemoteAdtTestRunner.java192 List<TestRunnerJob> instrumentationRunnerJobs = in runTests()
193 new ArrayList<TestRunnerJob>(devices.size()); in runTests()
213 for (TestRunnerJob job : instrumentationRunnerJobs) { in runTests()
236 private static abstract class TestRunnerJob extends Job { class in RemoteAdtTestRunner
241 public TestRunnerJob(String name, RemoteAndroidTestRunner runner, in TestRunnerJob() method in RemoteAdtTestRunner.TestRunnerJob
294 private static class TestTreeCollectorJob extends TestRunnerJob {
318 private static class InstrumentationRunJob extends TestRunnerJob {