/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | BugreportCollectorTest.java | 175 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestFailed() 178 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestFailed() 196 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestEnded() 199 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestEnded() 219 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testWaitForDevice() 222 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testWaitForDevice() 240 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestEnded_firstCase() 243 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestEnded_firstCase() 261 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestEnded_firstRun() 279 EasyMock.eq(LogDataType.BUGREPORT), EasyMock.eq(mBugreportISS)); in testTestRunEnded() [all …]
|
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/ |
D | UiAutomatorTest.java | 64 BUGREPORT, enumConstant 364 if (overrideAction == TestFailureAction.BUGREPORT || in onScreenshotAndBugreport() 368 listener.testLog(prefix + "_bugreport", LogDataType.BUGREPORT, data); in onScreenshotAndBugreport()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestSuiteStub.java | 115 LogDataType.BUGREPORT, in testAttempt() 129 LogDataType.BUGREPORT, in testAttempt()
|
/tools/test/openhst/resources/ |
D | stress_test.dsp_trigger_on_homescreen.ascii_proto | 29 action: "BUGREPORT"
|
D | stress_test.dsp_monitoring_on_idle.ascii_proto | 26 action: "BUGREPORT"
|
D | stress_test.dsp_trigger_and_screen_off.ascii_proto | 41 action: "BUGREPORT"
|
/tools/tradefederation/core/common_util/com/android/tradefed/result/ |
D | LogDataType.java | 43 BUGREPORT("txt", "text/plain", false, true), enumConstant
|
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/util/ |
D | Bugreport.java | 61 LogDataType type = isZipped() ? LogDataType.BUGREPORTZ : LogDataType.BUGREPORT; in log()
|
/tools/tradefederation/contrib/src/com/android/media/tests/ |
D | PanoramaBenchMarkTest.java | 123 listener.testLog("bugreport", LogDataType.BUGREPORT, bugreport); in reportMetrics()
|
D | CameraShotToShotLatencyTest.java | 178 listener.testLog("bugreport", LogDataType.BUGREPORT, bugreport); in reportMetrics()
|
D | CameraSettingsTest.java | 216 listener.testLog("bugreport", LogDataType.BUGREPORT, bugreport); in reportMetrics()
|
D | CameraLatencyTest.java | 177 LogDataType.BUGREPORT, bugreport); in executeTest()
|
D | CameraStressTest.java | 212 LogDataType.BUGREPORT, bugreport); in executeTest()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/util/ |
D | BugreportTest.java | 209 logger.testLog(EasyMock.eq(dataName), EasyMock.eq(LogDataType.BUGREPORT), in testLogBugreportFlat()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/ |
D | DeviceBatteryLevelCheckerTest.java | 179 EasyMock.eq(LogDataType.BUGREPORT), in testLow()
|
/tools/tradefederation/core/src/com/android/tradefed/result/ |
D | BugreportCollector.java | 288 mListener.testLog(logName, LogDataType.BUGREPORT, bugreport); in grabBugreport()
|
/tools/test/openhst/ |
D | stress_test.proto | 143 // List of actions to take when the condition is satisfied. BUGREPORT, NOTIFY,
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatterTest.java | 312 runResults.add(createResultWithLog("module2", 1, LogDataType.BUGREPORT)); in testLogReporting()
|
/tools/tradefederation/core/src/com/android/tradefed/result/suite/ |
D | XmlSuiteResultFormatter.java | 395 case BUGREPORT: in HandleLoggedFiles()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
D | NativeDeviceTest.java | 1017 listener.testLog(dataName, LogDataType.BUGREPORT, stream); in testTestLogBugreport_oldDevice()
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
D | NativeDevice.java | 2457 type = LogDataType.BUGREPORT; in logBugreport()
|