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

/frameworks/volley/tests/src/com/android/volley/mock/
H A DMockHttpURLConnection.java60 public OutputStream getOutputStream() { method in class:MockHttpURLConnection
/frameworks/base/core/java/android/net/
H A DLocalSocket.java183 public OutputStream getOutputStream() throws IOException { method in class:LocalSocket
185 return impl.getOutputStream();
H A DLocalSocketImpl.java359 protected OutputStream getOutputStream() throws IOException method in class:LocalSocketImpl
/frameworks/base/core/java/android/os/
H A DMemoryFile.java178 public OutputStream getOutputStream() { method in class:MemoryFile
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java202 public OutputStream getOutputStream() { method in class:CacheManager.CacheResult
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java66 * {@link #getOutputStream} in order to retrieve {@link java.io.InputStream}
201 as.mSocketOS = as.mSocket.getOutputStream();
266 public OutputStream getOutputStream() throws IOException { method in class:BluetoothSocket
318 mSocketOS = mSocket.getOutputStream();
368 mSocketOS = mSocket.getOutputStream();

Completed in 186 milliseconds