Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothRfcommFacade.java65 private ConnectThread mCurrThread;
112 ConnectThread t = new ConnectThread(mDevice, uuid); in bluetoothRfcommConnect()
302 private class ConnectThread extends Thread { class in BluetoothRfcommFacade
305 public ConnectThread(BluetoothDevice device, String uuid) { in ConnectThread() method in BluetoothRfcommFacade.ConnectThread