Searched refs:LogAssociationEventInfo (Results 1 – 4 of 4) sorted by relevance
28 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;187 LogAssociationEventInfo info = new LogAssociationEventInfo(dataName, logFile); in logAssociation()
31 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;260 LogAssociationEventInfo info = new LogAssociationEventInfo(dataName, logFile); in logAssociation()
43 import com.android.tradefed.util.SubprocessEventHelper.LogAssociationEventInfo;555 LogAssociationEventInfo assosInfo = in handleEvent()556 new LogAssociationEventInfo(new JSONObject(eventJson)); in handleEvent()
585 public static class LogAssociationEventInfo { class in SubprocessEventHelper589 public LogAssociationEventInfo(String dataName, LogFile loggedFile) { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo594 public LogAssociationEventInfo(JSONObject jsonObject) throws JSONException { in LogAssociationEventInfo() method in SubprocessEventHelper.LogAssociationEventInfo