Searched refs:ConnectedThread (Results 1 – 1 of 1) sorted by relevance
74 private ConnectedThread mConnectedThread;240 mConnectedThread = new ConnectedThread(socket, socketType); in connected()288 ConnectedThread r; in write()526 private class ConnectedThread extends Thread { class in BluetoothChatService531 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread() method in BluetoothChatService.ConnectedThread