Searched refs:getLogcatSince (Results 1 – 7 of 7) sorted by relevance
59 when(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_noCrashInLogcat()99 when(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_oneCrashingLogcat()161 when(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_oneCrashingLogcatAfterTestEnded()209 when(mMockDevice.getLogcatSince(0L)) in testCaptureTestCrash_duplicateStack()
221 try (InputStreamSource logSource = device.getLogcatSince(startTime)) { in extractLogcat()
1048 public InputStreamSource getLogcatSince(long date); in getLogcatSince() method
552 try (final InputStreamSource lc = getDevice().getLogcatSince(deviceTestStartTime)) { in runTest()
2974 InputStreamSource res = mTestDevice.getLogcatSince(date); in testGetLogcatSinceOnSdk23()2994 InputStreamSource res = mTestDevice.getLogcatSince(date); in testGetLogcatSinceOnSdkOver24()
1050 doReturn(source).when(mMockTestDevice).getLogcatSince(anyLong()); in testRun_noMoreTests()
2900 public InputStreamSource getLogcatSince(long date) { in getLogcatSince() method in NativeDevice