/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | FailureListener.java | 58 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()
|
D | CompatibilityTest.java | 484 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/ |
D | Test.java | 77 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()
|
D | IssueReporter.java | 80 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) { in testLog() method in IssueReporter
|
D | CtsXmlResultReporter.java | 227 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/ |
D | ModuleListener.java | 168 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in ModuleListener 170 mListener.testLog(name, type, stream); in testLog()
|
D | ResultReporter.java | 486 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/ |
D | MonitoringUtils.java | 58 listener.testLog(String.format("bugreport-connectivity-%s", tag), in checkDeviceConnectivity()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/ |
D | NoOpTestInvocationListener.java | 44 public void testLog(String dataName, LogDataType dataType, InputStreamSource dataStream) {} in testLog() method in NoOpTestInvocationListener
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/ |
D | CtsTest.java | 280 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()
|
D | DeqpTestRunner.java | 288 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@" in forwardFinalizedPendingResult()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/ |
D | TestLog.java | 619 public void testLog() { in testLog() method in TestLog
|