Searched defs:getOutputStream (Results 1 - 7 of 7) sorted by relevance

/frameworks/volley/src/test/java/com/android/volley/mock/
H A DMockHttpURLConnection.java60 public OutputStream getOutputStream() { method in class:MockHttpURLConnection
/frameworks/support/v4/ics/android/support/v4/net/
H A DDatagramSocketWrapper.java87 protected OutputStream getOutputStream() throws IOException { method in class:DatagramSocketWrapper.DatagramSocketImplWrapper
/frameworks/base/core/java/android/net/
H A DLocalSocket.java184 public OutputStream getOutputStream() throws IOException { method in class:LocalSocket
186 return impl.getOutputStream();
H A DLocalSocketImpl.java370 protected OutputStream getOutputStream() throws IOException method in class:LocalSocketImpl
/frameworks/base/core/java/android/os/
H A DMemoryFile.java183 public OutputStream getOutputStream() { method in class:MemoryFile
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java196 public OutputStream getOutputStream() { method in class:CacheManager.CacheResult
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java65 * {@link #getOutputStream} in order to retrieve {@link java.io.InputStream}
248 as.mSocketOS = as.mSocket.getOutputStream();
319 public OutputStream getOutputStream() throws IOException { method in class:BluetoothSocket
372 mSocketOS = mSocket.getOutputStream();
423 mSocketOS = mSocket.getOutputStream();

Completed in 330 milliseconds