Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DSubprocessResultsReporterTest.java139 byte[] logData = new byte[1024]; in testTestLog()
140 InputStreamSource logStreamSource = new ByteArrayInputStreamSource(logData); in testTestLog()
167 byte[] logData = new byte[1024]; in testTestLog_disabled()
168 InputStreamSource logStreamSource = new ByteArrayInputStreamSource(logData); in testTestLog_disabled()
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogRegistry.java261 private void saveLog(String filePrefix, InputStreamSource logData, File parentdir) { in saveLog() argument
264 FileUtil.writeToFile(logData.createInputStream(), tradefedLog); in saveLog()
/tools/tradefederation/core/src/com/android/tradefed/result/
DInvocationToJUnitResultForwarder.java204 public void testLog(String dataName, LogDataType logData, InputStreamSource dataStream) { in testLog() argument