Searched refs:EMPTY_STREAM_SOURCE (Results 1 – 1 of 1) sorted by relevance
131 private static final InputStreamSource EMPTY_STREAM_SOURCE = field in TestInvocationTest427 EasyMock.expect(mMockLogger.getLog()).andReturn(EMPTY_STREAM_SOURCE); in testInvoke_buildFailed()428 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(2); in testInvoke_buildFailed()459 EasyMock.expect(mMockLogger.getLog()).andReturn(EMPTY_STREAM_SOURCE); in testInvoke_buildFailed_runtimeException()460 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(2); in testInvoke_buildFailed_runtimeException()493 EasyMock.expect(mMockLogger.getLog()).andReturn(EMPTY_STREAM_SOURCE); in testInvoke_noBuild()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()719 EasyMock.expect(mMockDevice.getBugreport()).andReturn(EMPTY_STREAM_SOURCE); in testInvoke_buildError()903 EasyMock.expect(mMockDevice.getLogcat()).andReturn(EMPTY_STREAM_SOURCE).times(3); in testInvoke_testtag()[all …]