Home
last modified time | relevance | path

Searched defs:dataName (Results 1 – 5 of 5) sorted by relevance

/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java50 static TestLogType fromDataName(String dataName) { in fromDataName()
82 static TestLog fromDataName(String dataName, String url) { in fromDataName()
DCtsXmlResultReporter.java227 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog()
241 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, in testLogSaved()
DIssueReporter.java80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DNoOpTestInvocationListener.java44 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {} in testLog()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java507 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, in testLogSaved()