HomeSort by relevance Sort by last modified time
    Searched defs:sendFile (Results 1 - 6 of 6) sorted by null

  /external/smack/src/org/jivesoftware/smackx/filetransfer/
OutgoingFileTransfer.java 115 public synchronized OutputStream sendFile(String fileName, long fileSize,
150 public synchronized void sendFile(final String fileName,
204 public synchronized void sendFile(final File file, final String description)
351 * Note: This method is only useful when the {@link #sendFile(File, String)}
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLConnection.java 243 sendFile();
432 private void sendFile() throws IOException {
  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 630 sendFile(ps);
639 sendFile(ps);
824 void sendFile(PrintStream ps) throws IOException {
830 sendFile(ps, Support_TestWebData.test0Data);
832 sendFile(ps, Support_TestWebData.tests[testNum]);
836 void sendFile(PrintStream ps, byte[] bytes) throws IOException {
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppObexClientSession.java 281 status = sendFile(mFileInfo);
337 private int sendFile(BluetoothOppSendFileInfo fileInfo) {
485 Log.i(TAG, "SendFile finished send out file " + fileInfo.mFileName
493 Log.i(TAG, "SendFile interrupted when send out file " + fileInfo.mFileName
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 701 sendFile(ps);
710 sendFile(ps);
853 void sendFile(PrintStream ps) throws IOException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-net.jar 

Completed in 1449 milliseconds