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.java74 private ConnectedThread mConnectedThread;
240 mConnectedThread = new ConnectedThread(socket, socketType); in connected()
288 ConnectedThread r; in write()
526 private class ConnectedThread extends Thread { class in BluetoothChatService
531 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread() method in BluetoothChatService.ConnectedThread