Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java276 private String mSocketType; field in BluetoothChatService.AcceptThread
280 mSocketType = secure ? "Secure" : "Insecure"; in AcceptThread()
290 Log.e(TAG, "Socket Type: " + mSocketType + " listen() failed", e); in AcceptThread()
296 if (D) Log.d(TAG, "Socket Type: " + mSocketType + in run()
298 setName("AcceptThread" + mSocketType); in run()
309 Log.e(TAG, "Socket Type: " + mSocketType + " accept() failed", e); in run()
321 mSocketType); in run()
338 if (D) Log.i(TAG, "END mAcceptThread, socket Type: " + mSocketType); in run()
343 if (D) Log.d(TAG, "Socket Type" + mSocketType + "cancel " + this); in cancel()
347 Log.e(TAG, "Socket Type" + mSocketType + "close() of server failed", e); in cancel()
[all …]