Searched refs:getErrorStream (Results 1 – 9 of 9) sorted by relevance
116 public InputStream getErrorStream() { in getErrorStream() method in HttpsServiceConnection117 return mConnection.getErrorStream(); in getErrorStream()
179 when(mHttpsURLConnection.getErrorStream()).thenReturn(testInputStream); in verifyGetErrorStream()181 assertEquals(testInputStream, mHttpsServiceConnection.getErrorStream()); in verifyGetErrorStream()
78 new InputStreamReader(process.getErrorStream())); in runProcessCommand()
125 new Logger("traceService:stderr", process.getErrorStream()); in exec()
63 BufferedReader br = new BufferedReader(new InputStreamReader(process.getErrorStream())); in runCommand()
79 is = conn.getErrorStream(); in sendRequestAsByteArray()
158 errorStream = connection.getErrorStream(); in checkResponseCode()
797 new BufferedReader(new InputStreamReader(process.getErrorStream())), lines); in getLogcat()
132 when(mExternalProcess.getErrorStream()).thenReturn(new ByteArrayInputStream(new byte[0])); in setUp()