Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java61 private ConnectedThread mConnectedThread;
198 mConnectedThread = new ConnectedThread(socket, socketType); in connected()
249 ConnectedThread r; in write()
461 private class ConnectedThread extends Thread { class in BluetoothChatService
466 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread() method in BluetoothChatService.ConnectedThread
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java61 private ConnectedThread mConnectedThread;
172 mConnectedThread = new ConnectedThread(socket, socketType); in connected()
220 ConnectedThread r; in write()
422 private class ConnectedThread extends Thread { class in BluetoothChatService
427 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread() method in BluetoothChatService.ConnectedThread