Searched defs:SocketConnectThread (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java167 new SocketConnectThread(mDevice, false, true, record.getL2capPsm());
210 SocketConnectThread((BluetoothDevice)msg.obj, true);
599 mConnectThread = new SocketConnectThread(mBatch.mDestination, false, false, -1);
604 private SocketConnectThread mConnectThread;
606 private class SocketConnectThread extends Thread { class in class:BluetoothOppTransfer
628 public SocketConnectThread(BluetoothDevice device, boolean retry) { method in class:BluetoothOppTransfer.SocketConnectThread
639 public SocketConnectThread( method in class:BluetoothOppTransfer.SocketConnectThread

Completed in 28 milliseconds