Searched refs:TestLogEventInfo (Results 1 – 3 of 3) sorted by relevance
34 import com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo;248 TestLogEventInfo info = new TestLogEventInfo(dataName, dataType, tmpFile); in testLog()
46 import com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo;539 TestLogEventInfo logInfo = new TestLogEventInfo(new JSONObject(eventJson)); in handleEvent()
539 public static class TestLogEventInfo { class in SubprocessEventHelper544 public TestLogEventInfo(String dataName, LogDataType dataType, File dataFile) { in TestLogEventInfo() method in SubprocessEventHelper.TestLogEventInfo550 public TestLogEventInfo(JSONObject jsonObject) throws JSONException { in TestLogEventInfo() method in SubprocessEventHelper.TestLogEventInfo