Searched refs:TestLogEventInfo (Results 1 – 3 of 3) sorted by relevance
32 import com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo;196 TestLogEventInfo info = new TestLogEventInfo(dataName, dataType, tmpFile); in testLog()
370 public static class TestLogEventInfo { class in SubprocessEventHelper375 public TestLogEventInfo(String dataName, LogDataType dataType, File dataFile) { in TestLogEventInfo() method in SubprocessEventHelper.TestLogEventInfo381 public TestLogEventInfo(JSONObject jsonObject) throws JSONException { in TestLogEventInfo() method in SubprocessEventHelper.TestLogEventInfo
33 import com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo;466 TestLogEventInfo logInfo = new TestLogEventInfo(new JSONObject(eventJson)); in handleEvent()