Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java60 private ConnectThread mConnectThread;
159 mConnectThread = new ConnectThread(device, secure); in connect()
388 private class ConnectThread extends Thread { class in BluetoothChatService
393 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread() method in BluetoothChatService.ConnectThread
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java60 private ConnectThread mConnectThread;
141 mConnectThread = new ConnectThread(device, secure); in connect()
350 private class ConnectThread extends Thread { class in BluetoothChatService
355 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread() method in BluetoothChatService.ConnectThread