Home
last modified time | relevance | path

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

/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java75 super.testLog(String.format("%s-screenshot", test.toString()), LogDataType.PNG, in testFailed()
93 super.testLog(String.format("%s-bugreport", test.toString()), in testFailed()
99 super.testLog(String.format("%s-bugreportz", test.toString()), in testFailed()
111 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT, in testFailed()
DCompatibilityTest.java686 logger.testLog(String.format("bugreport-checker-pre-module-%s", moduleName), in runPreModuleCheck()
708 logger.testLog(String.format("bugreport-checker-post-module-%s", moduleName), in runPostModuleCheck()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DModuleListener.java179 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in ModuleListener
181 mListener.testLog(name, type, stream); in testLog()
DResultReporter.java510 testLog("summary", LogDataType.TEXT, stream); in putSummary()
705 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in ResultReporter
709 mMasterResultReporter.testLog(name, type, stream); in testLog()
1151 listener.testLog(dataName, type, source); in logReportFiles()
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
DOutputUtil.java57 mListener.testLog(outputFileName, LogDataType.ZIP, inputSource); in ZipVtsRunnerOutputDir()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/util/
DOutputUtilTest.java71 mLogger.testLog(EasyMock.anyObject(), EasyMock.eq(LogDataType.ZIP), EasyMock.anyObject()); in testZipVtsRunnerOutputDir()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTestTest.java230 mMockLogger.testLog(EasyMock.eq("bugreport-checker-pre-module-FAKE_MODULE"), in testRunPreModuleCheck_failure()
269 mMockLogger.testLog(EasyMock.eq("bugreport-checker-post-module-FAKE_MODULE"), in testRunPostModuleCheck_failure()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/
DCertificationSuiteResultReporter.java204 public void testLog(String name, LogDataType type, InputStreamSource stream) { in testLog() method in CertificationSuiteResultReporter
334 testLog(earlyLog.getPath(), earlyLog.getType(), source); in initializeResultDirectories()
659 listener.testLog(dataName, type, source); in logReportFiles()
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DDeviceInfoCollector.java152 mLogger.testLog(deviceInfoFile.getName(), LogDataType.TEXT, source); in setUp()
/test/suite_harness/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java464 mReporter.testLog("test1", LogDataType.LOGCAT, fakeData); in testTestLog()
471 mReporter.testLog("test2", LogDataType.LOGCAT, fakeData); in testTestLog()
488 mReporter.testLog(deviceInfoName, LogDataType.TEXT, fakeData); in testTestLogWithDeviceInfo()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/testtype/
DAppLaunchTest.java290 listener.testLog("logcat_" + result.packageName, LogDataType.LOGCAT, stream); in postLogcat()
/test/vts/harnesses/tradefed/tests/src/com/android/tradefed/testtype/
DVtsMultiDeviceTestTest.java348 mMockInvocationListener.testLog(EasyMock.<String>anyObject(), EasyMock.eq(LogDataType.TEXT),
/test/vts/harnesses/tradefed/src/com/android/tradefed/testtype/
DVtsMultiDeviceTest.java1389 listener.testLog(stdOutFile.getName(), LogDataType.TEXT, in doRunTest()
1391 listener.testLog(stdErrFile.getName(), LogDataType.TEXT, in doRunTest()
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/
DAppCompatibilityTest.java461 listener.testLog("logcat_" + result.packageName, LogDataType.LOGCAT, stream);
/test/framework/harnesses/cts-tradefed/
Dtradefed-cts-prebuilt.jarMETA-INF/ META-INF/MANIFEST.MF com/android/compatibility/common/ ...