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;
196 mConnectedThread = new ConnectedThread(socket, socketType); in connected()
245 ConnectedThread r; in write()
447 private class ConnectedThread extends Thread { class in BluetoothChatService
452 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