Home
last modified time | relevance | path

Searched refs:LogAssociationEventInfo (Results 1 – 4 of 4) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/result/
DLegacySubprocessResultsReporter.java28 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;
187 LogAssociationEventInfo info = new LogAssociationEventInfo(dataName, logFile); in logAssociation()
DSubprocessResultsReporter.java31 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;
260 LogAssociationEventInfo info = new LogAssociationEventInfo(dataName, logFile); in logAssociation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessTestResultsParser.java43 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;
555 LogAssociationEventInfo assosInfo = in handleEvent()
556 new LogAssociationEventInfo(new JSONObject(eventJson)); in handleEvent()
DSubprocessEventHelper.java585 public static class LogAssociationEventInfo { class in SubprocessEventHelper
589 public LogAssociationEventInfo(String dataName, LogFile loggedFile) { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo
594 public LogAssociationEventInfo(JSONObject jsonObject) throws JSONException { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo