Home
last modified time | relevance | path

Searched refs:SocketConnectThread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java154 mConnectThread = new SocketConnectThread(mBatch.mDestination, msg.arg1); in handleMessage()
504 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0); in startConnectSession()
580 private SocketConnectThread mConnectThread;
582 private class SocketConnectThread extends Thread { class in BluetoothOppTransfer
596 public SocketConnectThread(String host, int port, int dummy) { in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread
605 public SocketConnectThread(BluetoothDevice device, int channel) { in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread