Home
last modified time | relevance | path

Searched refs:TestLogEventInfo (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java32 import com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo;
196 TestLogEventInfo info = new TestLogEventInfo(dataName, dataType, tmpFile); in testLog()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java370 public static class TestLogEventInfo { class in SubprocessEventHelper
375 public TestLogEventInfo(String dataName, LogDataType dataType, File dataFile) { in TestLogEventInfo() method in SubprocessEventHelper.TestLogEventInfo
381 public TestLogEventInfo(JSONObject jsonObject) throws JSONException { in TestLogEventInfo() method in SubprocessEventHelper.TestLogEventInfo
DSubprocessTestResultsParser.java33 import com.android.tradefed.util.SubprocessEventHelper.TestLogEventInfo;
466 TestLogEventInfo logInfo = new TestLogEventInfo(new JSONObject(eventJson)); in handleEvent()