Searched refs:openOutputStream (Results 1 – 10 of 10) sorted by relevance
97 public OutputStream openOutputStream() throws IOException; in openOutputStream() method
33 PrintWriter pw = new PrintWriter(new OutputStreamWriter(file.openOutputStream(), "UTF-8")); in generate()
42 @Override public OutputStream openOutputStream() throws IOException { in openOutputStream() method in TestFiler.Source
131 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ServiceConnectionSE
134 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in HttpsServiceConnectionSE
298 OutputStream os = connection.openOutputStream(); in sendData()
177 public OutputStream openOutputStream() throws IOException { in getJavaFileForOutput()
321 assertThat(contentResolver.openOutputStream(uri21)).isInstanceOf(OutputStream.class); in openOutputStream_shouldReturnAnOutputStream()346 contentResolver.openOutputStream(uri).write(5); in openOutputStream_shouldReturnRegisteredStream()349 contentResolver.openOutputStream(uri21).write(5); in openOutputStream_shouldReturnRegisteredStream()
157 protected final OutputStream openOutputStream(final Uri uri) { in openOutputStream() method in ShadowContentResolver
2358 - OutputStream os = connection.openOutputStream();2530 + OutputStream os = connection.openOutputStream();2727 public OutputStream openOutputStream() throws IOException {2964 public OutputStream openOutputStream() throws IOException {