Home
last modified time | relevance | path

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

/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/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
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/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