Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java73 private ConnectThread mConnectThread;
209 mConnectThread = new ConnectThread(device, secure, psm); in connect()
431 private class ConnectThread extends Thread { class in BluetoothChatService
436 public ConnectThread(BluetoothDevice device, boolean secure) { in ConnectThread() method in BluetoothChatService.ConnectThread
444 public ConnectThread(BluetoothDevice device, boolean secure, int psm) { in ConnectThread() method in BluetoothChatService.ConnectThread