Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/result/
DSubprocessResultsReporter.java30 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;
208 LogAssociationEventInfo info = in logAssociation()
209 new LogAssociationEventInfo("subprocess-a-" + dataName, logFile); in logAssociation()
/tools/tradefederation/core/src/com/android/tradefed/util/
DSubprocessEventHelper.java411 public static class LogAssociationEventInfo { class in SubprocessEventHelper
415 public LogAssociationEventInfo(String dataName, LogFile loggedFile) { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo
420 public LogAssociationEventInfo(JSONObject jsonObject) throws JSONException { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo
DSubprocessTestResultsParser.java31 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;
477 LogAssociationEventInfo assosInfo = in handleEvent()
478 new LogAssociationEventInfo(new JSONObject(eventJson)); in handleEvent()