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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java140 SocketConnectThread((BluetoothDevice)msg.obj, true);
490 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0);
493 mConnectThread = new SocketConnectThread(mBatch.mDestination,false);
498 private SocketConnectThread mConnectThread;
500 private class SocketConnectThread extends Thread { class in class:BluetoothOppTransfer
516 public SocketConnectThread(String host, int port, int dummy) { method in class:BluetoothOppTransfer.SocketConnectThread
525 public SocketConnectThread(BluetoothDevice device, int channel, boolean method in class:BluetoothOppTransfer.SocketConnectThread
536 public SocketConnectThread(BluetoothDevice device, boolean method in class:BluetoothOppTransfer.SocketConnectThread

Completed in 78 milliseconds