Home
last modified time | relevance | path

Searched defs:mSocket (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DBluetoothConnection.java39 private BluetoothSocket mSocket; field in BluetoothConnection
47 BluetoothConnection(BluetoothSocket mSocket) throws IOException { in BluetoothConnection()
51 BluetoothConnection(BluetoothSocket mSocket, BluetoothServerSocket mServerSocket) in BluetoothConnection()
DBluetoothSocketConnFacade.java678 private final BluetoothSocket mSocket; field in BluetoothSocketConnFacade.ConnectThread
764 private BluetoothSocket mSocket; field in BluetoothSocketConnFacade.AcceptThread