Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java65 private ConnectThread mCurrThread; field in BluetoothRfcommFacade
114 mCurrThread = t; in bluetoothRfcommConnect()
115 conn = new BluetoothConnection(mCurrThread.getSocket()); in bluetoothRfcommConnect()
124 mCurrThread.cancel(); in bluetoothRfcommKillConnThread()
125 mCurrThread.join(5000); in bluetoothRfcommKillConnThread()