Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java305 private String mSocketType; field in BluetoothChatService.AcceptThread
309 mSocketType = secure ? "Secure" : "Insecure"; in AcceptThread()
321 Log.e(TAG, "Socket Type: " + mSocketType + "listen() failed", e); in AcceptThread()
328 Log.d(TAG, "Socket Type: " + mSocketType + in run()
330 setName("AcceptThread" + mSocketType); in run()
341 Log.e(TAG, "Socket Type: " + mSocketType + "accept() failed", e); in run()
353 mSocketType); in run()
368 Log.i(TAG, "END mAcceptThread, socket Type: " + mSocketType); in run()
373 Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel()
377 Log.e(TAG, "Socket Type" + mSocketType + "close() of server failed", e); in cancel()
[all …]
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java268 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 …]