Searched refs:getLogcat (Results 1 – 9 of 9) sorted by relevance
428 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(2); in testInvoke_buildFailed()460 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(2); in testInvoke_buildFailed_runtimeException()494 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(2); in testInvoke_noBuild()534 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(2); in testInvoke_noBuild_noHostLog()903 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(3); in testInvoke_testtag()936 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(3); in testInvoke_testtag_notset()966 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(3); in testInvoke_notesttag()1010 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(3); in testInvoke_buildProviderNeedTestTag()1067 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(3); in setupInvokeWithBuild()
133 doReturn(new ByteArrayInputStreamSource("".getBytes())).when(mMockDevice).getLogcat(); in setUp()
858 public InputStreamSource getLogcat(); in getLogcat() method883 public InputStreamSource getLogcat(int maxBytes); in getLogcat() method
93 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run()
81 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit()
105 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown()
159 try (InputStreamSource logcatSource = getLogcat()) { in postInvocationTearDown()
2248 public InputStreamSource getLogcat() { in getLogcat() method in NativeDevice2261 public InputStreamSource getLogcat(int maxBytes) { in getLogcat() method in NativeDevice
660 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs()