Searched refs:SocketConnectThread (Results 1 – 1 of 1) sorted by relevance
154 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 BluetoothOppTransfer596 public SocketConnectThread(String host, int port, int dummy) { in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread605 public SocketConnectThread(BluetoothDevice device, int channel) { in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread