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.java142 SocketConnectThread((BluetoothDevice)msg.obj, true); in handleMessage()
492 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0); in startConnectSession()
495 mConnectThread = new SocketConnectThread(mBatch.mDestination,false); in startConnectSession()
500 private SocketConnectThread mConnectThread;
502 private class SocketConnectThread extends Thread { class in BluetoothOppTransfer
518 public SocketConnectThread(String host, int port, int dummy) { in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread
527 public SocketConnectThread(BluetoothDevice device, int channel, boolean in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread
538 public SocketConnectThread(BluetoothDevice device, boolean in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread