Uses of Class
ims.devicemanager.BluetoothConnectThread

Packages that use BluetoothConnectThread
ims.devicemanager   
 

Uses of BluetoothConnectThread in ims.devicemanager
 

Methods in ims.devicemanager that return BluetoothConnectThread
static BluetoothConnectThread DeviceHandler.getBtConnectThread()
           
static BluetoothConnectThread BluetoothConnectThread.getInstance(android.content.Context context, android.bluetooth.BluetoothDevice device, android.app.Activity currentActivity)
           
 

Methods in ims.devicemanager with parameters of type BluetoothConnectThread
static void DeviceHandler.setBtConnectThread(BluetoothConnectThread btConnectThread)