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()
177 when(mHttpsURLConnection.getErrorStream()).thenReturn(testInputStream); in verifyGetErrorStream()179 assertEquals(testInputStream, mHttpsServiceConnection.getErrorStream()); in verifyGetErrorStream()
56 BufferedReader br = new BufferedReader(new InputStreamReader(process.getErrorStream())); in runCommand()
127 Thread errorThread = createOutputProcessor("error", process.getErrorStream(), in forkAndStartServer()
234 final InputStream err = process.getErrorStream(); in measure()
653 new InputStreamReader(process.getErrorStream())); in getLogcat()
116 when(mExternalProcess.getErrorStream()).thenReturn(new ByteArrayInputStream(new byte[0])); in setUp()
9615 try { logcat.getErrorStream().close(); } catch (IOException e) {} in addErrorToDropBox()
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...