Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java33 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;
238 TestModuleStartedEventInfo info = new TestModuleStartedEventInfo(moduleContext); in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java513 public static class TestModuleStartedEventInfo { class in SubprocessEventHelper
516 public TestModuleStartedEventInfo(IInvocationContext moduleContext) { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo
520 public TestModuleStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo
DSubprocessTestResultsParser.java34 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;
445 TestModuleStartedEventInfo module = in handleEvent()
446 new TestModuleStartedEventInfo(new JSONObject(eventJson)); in handleEvent()