Home
last modified time | relevance | path

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

/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java80 private static final String LOGCAT = "https://cnsviewer.corp.google.com/cns/logcat.gz"; field in ResultHandlerTest
178 moduleBTest3.setLog(LOGCAT); in testSerialization()
233 BUG_REPORT, LOGCAT, SCREENSHOT); in writeResultDir()
343 assertEquals("Incorrect log", LOGCAT, moduleBTest3.getLog()); in checkResult()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DFailureListener.java93 super.testLog(String.format("%s-logcat", test.toString()), LogDataType.LOGCAT, in testFailed()
/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/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java579 } else if (dataType == LogDataType.LOGCAT) { in testLogSaved()