Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/cluster/
DClusterCommandSchedulerTest.java1030 private TestEnvironment createMockTestEnvironment() {
1031 TestEnvironment testEnvironment = new TestEnvironment();
1055 TestEnvironment testEnvironment,
1139 TestEnvironment testEnvironment = createMockTestEnvironment();
1175 TestEnvironment testEnvironment = createMockTestEnvironment();
1211 TestEnvironment testEnvironment = createMockTestEnvironment();
1302 TestEnvironment testEnvironment = createMockTestEnvironment();
DClusterCommandConfigBuilderTest.java69 private TestEnvironment mTestEnvironment;
84 mTestEnvironment = new TestEnvironment(); in setUp()
/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestEnvironment.java30 public class TestEnvironment { class
214 public static TestEnvironment fromJson(JSONObject json) throws JSONException { in fromJson()
215 TestEnvironment obj = new TestEnvironment(); in fromJson()
DClusterCommandConfigBuilder.java49 private TestEnvironment mTestEnvironment;
71 public ClusterCommandConfigBuilder setTestEnvironment(TestEnvironment testEnvironment) { in setTestEnvironment()
DClusterClient.java141 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()
153 return TestEnvironment.fromJson(new JSONObject(content)); in getTestEnvironment()
DIClusterClient.java71 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()
DClusterCommandScheduler.java659 final TestEnvironment testEnvironment = client.getTestEnvironment(requestId); in execManagedClusterCommand()