Home
last modified time | relevance | path

Searched refs: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() argument
51 if (dataName == null) { in fromDataName()
56 if (dataName.startsWith(type.dataNamePrefix)) { in fromDataName()
82 static TestLog fromDataName(String dataName, String url) { in fromDataName() argument
83 TestLogType logType = TestLogType.fromDataName(dataName); in fromDataName()
DCtsXmlResultReporter.java227 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() argument
229 File logFile = getLogFileSaver().saveAndZipLogData(dataName, dataType, in testLog()
233 CLog.e("Failed to write log for %s", dataName); in testLog()
241 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, in testLogSaved() argument
243 CLog.i("Got log for %s %s %s", dataName, dataType, logFile.getUrl()); in testLogSaved()
245 TestLog log = TestLog.fromDataName(dataName, logFile.getUrl()); in testLogSaved()
DIssueReporter.java80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() argument
81 if (dataName.startsWith("bug-")) { 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() argument
/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() argument
511 && dataName.startsWith(mCurrentResult.getFullName())) { in testLogSaved()