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

/frameworks/base/core/java/android/net/
H A DLocalSocket.java161 public OutputStream getOutputStream() throws IOException { method in class:LocalSocket
163 return impl.getOutputStream();
H A DLocalSocketImpl.java309 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.java210 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}
199 as.mSocketOS = as.mSocket.getOutputStream();
264 public OutputStream getOutputStream() throws IOException { method in class:BluetoothSocket
317 mSocketOS = mSocket.getOutputStream();
368 mSocketOS = mSocket.getOutputStream();

Completed in 958 milliseconds