Searched refs:getLogcat (Results 1 – 8 of 8) sorted by relevance
93 try (InputStreamSource s = getDevice().getLogcat(500 * 1024)) { in run()
148 when(mDevice1.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in makeTwoDeviceContext()160 when(mDevice2.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in makeTwoDeviceContext()250 when(mDevice1.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in testResolveDynamicFails()254 when(mDevice2.getLogcat()).thenReturn(new ByteArrayInputStreamSource(new byte[0])); in testResolveDynamicFails()
478 when(mMockDevice.getLogcat()) in stubInvokeWithBuild()963 when(mMockDevice.getLogcat()).thenReturn(mLogcatSetupSource).thenReturn(mLogcatTestSource); in testInvoke_buildFailed()1010 when(mMockDevice.getLogcat()) in testInvoke_buildFailed_runtimeException()1048 when(mMockDevice.getLogcat()).thenReturn(mLogcatSetupSource).thenReturn(mLogcatTestSource); in testInvoke_noBuild()1087 when(mMockDevice.getLogcat()).thenReturn(mLogcatSetupSource).thenReturn(mLogcatTestSource); in testInvoke_noBuild_noHostLog()1121 when(mMockDevice.getLogcat()) in testInvoke_skipBugreport_buildFailed()
137 doReturn(new ByteArrayInputStreamSource("".getBytes())).when(mMockDevice).getLogcat(); in setUp()
79 InputStreamSource logcatSource = getDevice().getLogcat(); in testMemoryAllocationLimit()
1023 public InputStreamSource getLogcat(); in getLogcat() method1036 public InputStreamSource getLogcat(int maxBytes); in getLogcat() method
1350 try (InputStreamSource logcatSource = device.getLogcat()) { in reportLogs()
2864 public InputStreamSource getLogcat() { in getLogcat() method in NativeDevice2886 public InputStreamSource getLogcat(int maxBytes) { in getLogcat() method in NativeDevice