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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
H A DNoOpTestInvocationListener.java44 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {} argument
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
H A DTestLog.java50 static TestLogType fromDataName(String dataName) { argument
51 if (dataName == null) {
56 if (dataName.startsWith(type.dataNamePrefix)) {
82 static TestLog fromDataName(String dataName, String url) { argument
83 TestLogType logType = TestLogType.fromDataName(dataName);
H A DIssueReporter.java80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { argument
81 if (dataName.startsWith("bug-")) {
H A DCtsXmlResultReporter.java227 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { argument
229 File logFile = getLogFileSaver().saveAndZipLogData(dataName, dataType,
233 CLog.e("Failed to write log for %s", dataName);
241 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, argument
243 CLog.i("Got log for %s %s %s", dataName, dataType, logFile.getUrl());
245 TestLog log = TestLog.fromDataName(dataName, logFile.getUrl());
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
H A DResultReporter.java507 public void testLogSaved(String dataName, LogDataType dataType, InputStreamSource dataStream, argument
511 && dataName.startsWith(mCurrentResult.getFullName())) {

Completed in 167 milliseconds