Home
last modified time | relevance | path

Searched refs:BUGREPORT (Results 1 – 4 of 4) sorted by relevance

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestLogTest.java40 assertEquals(TestLogType.BUGREPORT, in testTestLogType_fromDataName()
46 assertEquals("bugreport", TestLogType.BUGREPORT.getAttrValue()); in testTestLogType_getAttrValue()
/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()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java37 BUGREPORT("bug-"), enumConstant
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java513 if (dataType == LogDataType.BUGREPORT) { in testLogSaved()