Searched refs:SocketConnectThread (Results 1 - 1 of 1) sorted by relevance
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ | ||
H A D | BluetoothOppTransfer.java | 140 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 36 milliseconds