Searched refs:mSocketType (Results 1 – 2 of 2) sorted by relevance
/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/ |
D | BluetoothChatService.java | 293 private String mSocketType; field in BluetoothChatService.AcceptThread 297 mSocketType = secure ? "Secure" : "Insecure"; in AcceptThread() 309 Log.e(TAG, "Socket Type: " + mSocketType + "listen() failed", e); in AcceptThread() 315 Log.d(TAG, "Socket Type: " + mSocketType + in run() 317 setName("AcceptThread" + mSocketType); in run() 328 Log.e(TAG, "Socket Type: " + mSocketType + "accept() failed", e); in run() 340 mSocketType); in run() 355 Log.i(TAG, "END mAcceptThread, socket Type: " + mSocketType); in run() 360 Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel() 364 Log.e(TAG, "Socket Type" + mSocketType + "close() of server failed", e); in cancel() [all …]
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
D | BluetoothChatService.java | 268 private String mSocketType; field in BluetoothChatService.AcceptThread 272 mSocketType = secure ? "Secure":"Insecure"; in AcceptThread() 284 Log.e(TAG, "Socket Type: " + mSocketType + "listen() failed", e); in AcceptThread() 290 if (D) Log.d(TAG, "Socket Type: " + mSocketType + in run() 292 setName("AcceptThread" + mSocketType); in run() 303 Log.e(TAG, "Socket Type: " + mSocketType + "accept() failed", e); in run() 315 mSocketType); in run() 330 if (D) Log.i(TAG, "END mAcceptThread, socket Type: " + mSocketType); in run() 335 if (D) Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel() 339 Log.e(TAG, "Socket Type" + mSocketType + "close() of server failed", e); in cancel() [all …]
|