Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java77 private ConnectedThread mConnectedThread;
251 mConnectedThread = new ConnectedThread(socket, socketType); in connected()
299 ConnectedThread r; in write()
537 private class ConnectedThread extends Thread { class in BluetoothChatService
542 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread() method in BluetoothChatService.ConnectedThread