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.java168 new SocketConnectThread(mDevice, false, true, record.getL2capPsm()); in onReceive()
213 mConnectThread = new SocketConnectThread(device, true); in handleMessage()
652 mConnectThread = new SocketConnectThread(mBatch.mDestination, false, false, -1); in startConnectSession()
657 private SocketConnectThread mConnectThread;
659 private class SocketConnectThread extends Thread { class in BluetoothOppTransfer
681 SocketConnectThread(BluetoothDevice device, boolean retry) { in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread
692 SocketConnectThread(BluetoothDevice device, boolean retry, boolean sdpInitiated, in SocketConnectThread() method in BluetoothOppTransfer.SocketConnectThread