Home
last modified time | relevance | path

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

/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatService.java58 private AcceptThread mSecureAcceptThread;
59 private AcceptThread mInsecureAcceptThread;
124 mSecureAcceptThread = new AcceptThread(true); in start()
128 mInsecureAcceptThread = new AcceptThread(false); in start()
302 private class AcceptThread extends Thread { class in BluetoothChatService
307 public AcceptThread(boolean secure) { in AcceptThread() method in BluetoothChatService.AcceptThread
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatService.java58 private AcceptThread mSecureAcceptThread;
59 private AcceptThread mInsecureAcceptThread;
124 mSecureAcceptThread = new AcceptThread(true); in start()
128 mInsecureAcceptThread = new AcceptThread(false); in start()
302 private class AcceptThread extends Thread { class in BluetoothChatService
307 public AcceptThread(boolean secure) { in AcceptThread() method in BluetoothChatService.AcceptThread