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

/packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
H A DBinaryTempFileBody.java37 * A Body that is backed by a temp file. The Body exposes a getOutputStream method that allows
54 public OutputStream getOutputStream() throws IOException { method in class:BinaryTempFileBody
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/
H A DTempFile.java54 OutputStream getOutputStream() throws IOException; method in interface:TempFile
H A DSimpleTempStorage.java203 * @see org.apache.james.mime4j.util.TempFile#getOutputStream()
205 public OutputStream getOutputStream() throws IOException { method in class:SimpleTempStorage.SimpleTempFile
/packages/services/Telephony/src/com/android/phone/common/mail/internet/
H A DBinaryTempFileBody.java36 * A Body that is backed by a temp file. The Body exposes a getOutputStream method that allows
53 public OutputStream getOutputStream() throws IOException { method in class:BinaryTempFileBody
/packages/apps/Email/provider_src/com/android/email/mail/transport/
H A DMailTransport.java136 mOut = new BufferedOutputStream(mSocket.getOutputStream(), 512);
171 mOut = new BufferedOutputStream(mSocket.getOutputStream(), 512);
283 public OutputStream getOutputStream() { method in class:MailTransport
299 OutputStream out = getOutputStream();
/packages/services/Telephony/src/com/android/phone/common/mail/
H A DMailTransport.java150 mOut = new BufferedOutputStream(mSocket.getOutputStream(), 512);
279 public OutputStream getOutputStream() { method in class:MailTransport
293 OutputStream out = getOutputStream();
/packages/services/Telephony/tests/src/com/android/phone/common/mail/
H A DMailTransportTest.java323 public OutputStream getOutputStream() { method in class:MailTransportTest.TestSocket
/packages/apps/Email/tests/src/com/android/email/mail/transport/
H A DMockTransport.java222 public OutputStream getOutputStream() { method in class:MockTransport
368 * This is an OutputStream that satisfies the needs of getOutputStream()

Completed in 579 milliseconds