Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java30 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;
167 TestModuleStartedEventInfo info = new TestModuleStartedEventInfo(moduleContext); in testModuleStarted()
DSubprocessResultsReporter.java35 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;
300 TestModuleStartedEventInfo info = new TestModuleStartedEventInfo(moduleContext); in testModuleStarted()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java47 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;
518 TestModuleStartedEventInfo module = in handleEvent()
519 new TestModuleStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
DSubprocessEventHelper.java687 public static class TestModuleStartedEventInfo { class in SubprocessEventHelper
690 public TestModuleStartedEventInfo(IInvocationContext moduleContext) { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo
694 public TestModuleStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo