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

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java142 SocketConnectThread((BluetoothDevice)msg.obj, true);
492 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0);
495 mConnectThread = new SocketConnectThread(mBatch.mDestination,false);
500 private SocketConnectThread mConnectThread;
502 private class SocketConnectThread extends Thread { class in class:BluetoothOppTransfer
518 public SocketConnectThread(String host, int port, int dummy) { method in class:BluetoothOppTransfer.SocketConnectThread
527 public SocketConnectThread(BluetoothDevice device, int channel, boolean method in class:BluetoothOppTransfer.SocketConnectThread
538 public SocketConnectThread(BluetoothDevice device, boolean method in class:BluetoothOppTransfer.SocketConnectThread

Completed in 1460 milliseconds