Home
last modified time | relevance | path

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

/developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatService.java59 private AcceptThread mInsecureAcceptThread; field in BluetoothChatService
127 if (mInsecureAcceptThread == null) { in start()
128 mInsecureAcceptThread = new AcceptThread(false); in start()
129 mInsecureAcceptThread.start(); in start()
192 if (mInsecureAcceptThread != null) { in connected()
193 mInsecureAcceptThread.cancel(); in connected()
194 mInsecureAcceptThread = null; in connected()
232 if (mInsecureAcceptThread != null) { in stop()
233 mInsecureAcceptThread.cancel(); in stop()
234 mInsecureAcceptThread = null; in stop()
/developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
DBluetoothChatService.java59 private AcceptThread mInsecureAcceptThread; field in BluetoothChatService
127 if (mInsecureAcceptThread == null) { in start()
128 mInsecureAcceptThread = new AcceptThread(false); in start()
129 mInsecureAcceptThread.start(); in start()
192 if (mInsecureAcceptThread != null) { in connected()
193 mInsecureAcceptThread.cancel(); in connected()
194 mInsecureAcceptThread = null; in connected()
232 if (mInsecureAcceptThread != null) { in stop()
233 mInsecureAcceptThread.cancel(); in stop()
234 mInsecureAcceptThread = null; in stop()