Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
DTestLogTest.java38 assertEquals(TestLogType.LOGCAT, in testTestLogType_fromDataName()
45 assertEquals("logcat", TestLogType.LOGCAT.getAttrValue()); in testTestLogType_getAttrValue()
51 assertEquals(TestLogType.LOGCAT, log.getLogType()); in testFromDataName()
73 assertEquals(TestLogType.LOGCAT, log.getLogType()); in testFromXml()
98 TestLog log = TestLog.of(TestLogType.LOGCAT, "http://logs/foo/bar"); in testSerialize()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java66 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT, in testFailed()
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DTestLog.java36 LOGCAT("logcat-"), enumConstant
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java515 } else if (dataType == LogDataType.LOGCAT) { in testLogSaved()