Home
last modified time | relevance | path

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

/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java74 super.testLog(String.format("%s-screenshot", test.toString()), LogDataType.PNG, in testFailed()
85 super.testLog(String.format("%s-bugreport", test.toString()), LogDataType.BUGREPORT, in testFailed()
93 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT, in testFailed()
DCompatibilityTest.java659 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName), in runPreModuleCheck()
681 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName), in runPostModuleCheck()
/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.java546 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in ResultReporter
550 mMasterResultReporter.testLog(name, type, stream); in testLog()
/cts/common/host-side/util/src/com/android/compatibility/common/util/
DMonitoringUtils.java59 listener.testLog(String.format("bugreport-connectivity-%s", tag), in checkDeviceConnectivity()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTestTest.java228 mMockLogger.testLog(EasyMock.eq("bugreport-checker-pre-module-FAKE_MODULE"), in testRunPreModuleCheck_failure()
267 mMockLogger.testLog(EasyMock.eq("bugreport-checker-post-module-FAKE_MODULE"), in testRunPostModuleCheck_failure()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java429 mReporter.testLog("test1", LogDataType.LOGCAT, fakeData); in testTestLog()
436 mReporter.testLog("test2", LogDataType.LOGCAT, fakeData); in testTestLog()
/cts/tests/tests/renderscript/src/android/renderscript/cts/generated/
DTestLog.java650 public void testLog() { in testLog() method in TestLog