Searched refs:LogAssociationEventInfo (Results 1 – 3 of 3) sorted by relevance
30 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;208 LogAssociationEventInfo info = in logAssociation()209 new LogAssociationEventInfo("subprocess-a-" + dataName, logFile); in logAssociation()
411 public static class LogAssociationEventInfo { class in SubprocessEventHelper415 public LogAssociationEventInfo(String dataName, LogFile loggedFile) { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo420 public LogAssociationEventInfo(JSONObject jsonObject) throws JSONException { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo
31 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;477 LogAssociationEventInfo assosInfo = in handleEvent()478 new LogAssociationEventInfo(new JSONObject(eventJson)); in handleEvent()