Searched refs:ConnectedThread (Results 1 – 1 of 1) sorted by relevance
77 private ConnectedThread mConnectedThread;251 mConnectedThread = new ConnectedThread(socket, socketType); in connected()299 ConnectedThread r; in write()537 private class ConnectedThread extends Thread { class in BluetoothChatService542 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread() method in BluetoothChatService.ConnectedThread