HomeSort by relevance Sort by last modified time
    Searched defs:sendData (Results 26 - 50 of 62) sorted by null

12 3

  /external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 338 * Test the sendData() method, as well as the openDataConnection() and closeDataConnection()
346 session.sendData(DATA.getBytes(), DATA.length());
352 * Test the SendData() method, passing in a null byte[]
357 session.sendData(null, 1);
  /external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DefaultSessionTest.java 310 * Test the sendData() method, as well as the openDataConnection() and closeDataConnection()
318 session.sendData(DATA.getBytes(), DATA.length());
324 * Test the SendData() method, passing in a null byte[]
329 session.sendData(null, 1);
  /frameworks/base/core/java/android/bluetooth/
BluetoothHidHost.java 675 public boolean sendData(BluetoothDevice device, String report) {
676 if (DBG) log("sendData(" + device + "), report=" + report);
680 return service.sendData(device, report);
  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 237 * @see org.mockftpserver.core.session.Session#sendData(byte[], int)
239 public void sendData(byte[] data, int numBytes) {
  /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/core/session/
DefaultSession.java 241 * @see org.mockftpserver.core.session.Session#sendData(byte[], int)
243 public void sendData(byte[] data, int numBytes) {
  /frameworks/av/media/mtp/
MtpDevice.cpp 505 if (sendRequest(MTP_OPERATION_SEND_OBJECT_INFO) && sendData()) {
859 bool MtpDevice::sendData() {
860 ALOGV("sendData\n");
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
UiccSmsController.java 105 iccSmsIntMgr.sendData(callingPackage, destAddr, scAddr, destPort, data,
SMSDispatcher.java 782 protected void sendData(String destAddr, String scAddr, int destPort,
    [all...]
  /device/google/contexthub/firmware/os/drivers/ams_tmd2772/
ams_tmd2772.c 544 bool sendData;
632 sendData = true;
651 sendData = false;
655 if (sendData)
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidHostService.java 440 public boolean sendData(BluetoothDevice device, String report) {
445 return service.sendData(device, report);
631 boolean sendData(BluetoothDevice device, String report) {
634 Log.d(TAG, "sendData: " + device.getAddress());
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
NfcService.java     [all...]
  /prebuilts/sdk/org.apache.http.legacy/
org.apache.http.legacy.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 
  /prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/
firebase-client-jvm-2.5.2.jar 

Completed in 745 milliseconds

12 3