Searched refs:TestModuleStartedEventInfo (Results 1 – 3 of 3) sorted by relevance
33 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;238 TestModuleStartedEventInfo info = new TestModuleStartedEventInfo(moduleContext); in testModuleStarted()
513 public static class TestModuleStartedEventInfo { class in SubprocessEventHelper516 public TestModuleStartedEventInfo(IInvocationContext moduleContext) { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo520 public TestModuleStartedEventInfo(JSONObject jsonObject) throws JSONException { in TestModuleStartedEventInfo() method in SubprocessEventHelper.TestModuleStartedEventInfo
34 import com.android.tradefed.util.SubprocessEventHelper.TestModuleStartedEventInfo;445 TestModuleStartedEventInfo module = in handleEvent()446 new TestModuleStartedEventInfo(new JSONObject(eventJson)); in handleEvent()