Searched refs:TestEnvironment (Results 1 – 10 of 10) sorted by relevance
32 public class TestEnvironment { class260 public static TestEnvironment fromJson(JSONObject json) throws JSONException { in fromJson()261 TestEnvironment obj = new TestEnvironment(); in fromJson()
71 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()
141 public TestEnvironment getTestEnvironment(final String requestId) in getTestEnvironment()153 return TestEnvironment.fromJson(new JSONObject(content)); in getTestEnvironment()
51 private TestEnvironment mTestEnvironment;73 public ClusterCommandConfigBuilder setTestEnvironment(TestEnvironment testEnvironment) { in setTestEnvironment()
810 final TestEnvironment testEnvironment = client.getTestEnvironment(requestId); in execManagedClusterCommand()
28 class TestEnvironment( class
39 val testEnvironment: TestEnvironment? = null,
75 private TestEnvironment mTestEnvironment;101 mTestEnvironment = new TestEnvironment(); in setUp()
1079 private TestEnvironment createMockTestEnvironment() {1080 TestEnvironment testEnvironment = new TestEnvironment();1105 TestEnvironment testEnvironment,1201 TestEnvironment testEnvironment = createMockTestEnvironment();1239 TestEnvironment testEnvironment = createMockTestEnvironment();1275 TestEnvironment testEnvironment = createMockTestEnvironment();1311 TestEnvironment testEnvironment = createMockTestEnvironment();1396 TestEnvironment testEnvironment = createMockTestEnvironment();
41 import com.android.tools.metalava.cli.common.TestEnvironment in <lambda>()134 testEnvironment: TestEnvironment, in <lambda>()1090 TestEnvironment( in <lambda>()