Home
last modified time | relevance | path

Searched defs:openOutputStream (Results 1 – 5 of 5) sorted by relevance

/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/
DServiceConnection.java97 public OutputStream openOutputStream() throws IOException; in openOutputStream() method
/external/javapoet/src/test/java/com/squareup/javapoet/
DTestFiler.java42 @Override public OutputStream openOutputStream() throws IOException { in openOutputStream() method in TestFiler.Source
/external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/transport/
DServiceConnectionSE.java131 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in ServiceConnectionSE
DHttpsServiceConnectionSE.java134 public OutputStream openOutputStream() throws IOException { in openOutputStream() method in HttpsServiceConnectionSE
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowContentResolver.java157 protected final OutputStream openOutputStream(final Uri uri) { in openOutputStream() method in ShadowContentResolver