Searched refs:mConnectThread (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppTransfer.java128 * Receives events from mConnectThread & mSession back in the main thread.
139 mConnectThread = new
142 mConnectThread.start();
150 mConnectThread = null;
161 mConnectThread = null;
401 if (mConnectThread != null) {
403 mConnectThread.interrupt();
405 mConnectThread.join();
409 mConnectThread = null;
490 mConnectThread
498 private SocketConnectThread mConnectThread; field in class:BluetoothOppTransfer
[all...]

Completed in 84 milliseconds