Searched refs:getLogcatSince (Results 1 – 7 of 7) sorted by relevance
54 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()
142 try (InputStreamSource logSource = device.getLogcatSince(startTime)) { in extractLogcat()
870 public InputStreamSource getLogcatSince(long date); in getLogcatSince() method
552 try (final InputStreamSource lc = getDevice().getLogcatSince(deviceTestStartTime)) { in runTest()
1066 doReturn(source).when(mMockTestDevice).getLogcatSince(anyLong()); in testRun_noMoreTests()
2910 mTestDevice.getLogcatSince(date); in testGetLogcatSince()
2275 public InputStreamSource getLogcatSince(long date) { in getLogcatSince() method in NativeDevice