Home
last modified time | relevance | path

Searched refs:getLogcatSince (Results 1 – 7 of 7) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DLogcatCrashResultForwarderTest.java54 EasyMock.expect(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_noCrashInLogcat()
92 EasyMock.expect(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_oneCrashingLogcat()
147 EasyMock.expect(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()
195 EasyMock.expect(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_duplicateStack()
/tools/tradefederation/core/src/com/android/tradefed/result/
DLogcatCrashResultForwarder.java142 try (InputStreamSource logSource = device.getLogcatSince(startTime)) { in extractLogcat()
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DINativeDevice.java870 public InputStreamSource getLogcatSince(long date); in getLogcatSince() method
/tools/tradefederation/contrib/src/com/android/media/tests/
DAudioLoopbackTest.java552 try (final InputStreamSource lc = getDevice().getLogcatSince(deviceTestStartTime)) { in runTest()
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DInstrumentationTestTest.java1066 doReturn(source).when(mMockTestDevice).getLogcatSince(anyLong()); in testRun_noMoreTests()
/tools/tradefederation/core/tests/src/com/android/tradefed/device/
DNativeDeviceTest.java2910 mTestDevice.getLogcatSince(date); in testGetLogcatSince()
/tools/tradefederation/core/src/com/android/tradefed/device/
DNativeDevice.java2275 public InputStreamSource getLogcatSince(long date) { in getLogcatSince() method in NativeDevice