Searched refs:TestModuleStartedEventInfo (Results 1 – 4 of 4) sorted by relevance
30 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;167 TestModuleStartedEventInfo info = new TestModuleStartedEventInfo(moduleContext); in testModuleStarted()
35 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;300 TestModuleStartedEventInfo info = new TestModuleStartedEventInfo(moduleContext); in testModuleStarted()
47 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;518 TestModuleStartedEventInfo module = in handleEvent()519 new TestModuleStartedEventInfo(new JSONObject(eventJson)); in handleEvent()
687 public static class TestModuleStartedEventInfo { class in SubprocessEventHelper690 public TestModuleStartedEventInfo(IInvocationContext moduleContext) { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo694 public TestModuleStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo