Home
last modified time | relevance | path

Searched refs:testLog (Results 1 – 12 of 12) sorted by relevance

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java58 super.testLog(String.format("%s-bugreport", test.toString()), LogDataType.BUGREPORT, in testFailed()
66 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT, in testFailed()
73 super.testLog(String.format("%s-screenshot", test.toString()), LogDataType.PNG, in testFailed()
DCompatibilityTest.java484 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName), in runPreModuleCheck()
506 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName), in runPostModuleCheck()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTest.java77 public void addTestLog(TestLog testLog) { in addTestLog() argument
78 addTestLogLocked(testLog); in addTestLog()
246 private synchronized void addTestLogLocked(TestLog testLog) { in addTestLogLocked() argument
250 mTestLogs.add(testLog); in addTestLogLocked()
DIssueReporter.java80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in IssueReporter
DCtsXmlResultReporter.java227 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in CtsXmlResultReporter
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java168 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in ModuleListener
170 mListener.testLog(name, type, stream); in testLog()
DResultReporter.java486 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in ResultReporter
490 mMasterResultReporter.testLog(name, type, stream); in testLog()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DMonitoringUtils.java58 listener.testLog(String.format("bugreport-connectivity-%s", tag), in checkDeviceConnectivity()
/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() method in NoOpTestInvocationListener
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DCtsTest.java280 super.testLog(String.format("bug-%s_%s", test.getClassName(), test.getTestName()), in testFailed()
306 super.testLog(String.format("logcat-%s_%s", test.getClassName(), test.getTestName()), in testFailed()
330 super.testLog(String.format("screenshot-%s_%s", test.getClassName(), in testFailed()
619 listener.testLog("screenshot", LogDataType.PNG, screenshotSource); in run()
DDeqpTestRunner.java288 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@" in forwardFinalizedPendingResult()
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestLog.java619 public void testLog() { in testLog() method in TestLog