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

/frameworks/base/core/java/android/net/
H A DLocalSocket.java148 public OutputStream getOutputStream() throws IOException { method in class:LocalSocket
150 return impl.getOutputStream();
H A DLocalSocketImpl.java309 protected OutputStream getOutputStream() throws IOException method in class:LocalSocketImpl
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothSocket.java57 * {@link #getOutputStream} in order to retrieve {@link java.io.InputStream}
265 public OutputStream getOutputStream() throws IOException { method in class:BluetoothSocket
/frameworks/base/core/java/android/os/
H A DMemoryFile.java209 public OutputStream getOutputStream() { method in class:MemoryFile
/frameworks/base/core/java/android/webkit/
H A DCacheManager.java158 public OutputStream getOutputStream() { method in class:CacheManager.CacheResult

Completed in 78 milliseconds