Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/pbapclient/
DBluetoothPbapSession.java64 private RfcommConnectThread mConnectThread; field in BluetoothPbapSession
80 mConnectThread = null; in BluetoothPbapSession()
96 mConnectThread = null; in handleMessage()
107 mConnectThread = null; in handleMessage()
240 if (mConnectThread == null && mObexSession == null) { in startRfcomm()
243 mConnectThread = new RfcommConnectThread(); in startRfcomm()
244 mConnectThread.start(); in startRfcomm()
256 if (mConnectThread != null) { in stopRfcomm()
260 mConnectThread.closeSocket(); in stopRfcomm()
262 mConnectThread.join(); in stopRfcomm()
[all …]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java141 mConnectThread = new in handleMessage()
144 mConnectThread.start(); in handleMessage()
152 mConnectThread = null; in handleMessage()
163 mConnectThread = null; in handleMessage()
403 if (mConnectThread != null) { in stop()
405 mConnectThread.interrupt(); in stop()
407 mConnectThread.join(); in stop()
411 mConnectThread = null; in stop()
492 mConnectThread = new SocketConnectThread("localhost", Constants.TCP_DEBUG_PORT, 0); in startConnectSession()
493 mConnectThread.start(); in startConnectSession()
[all …]