Home
last modified time | relevance | path

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

/development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
DBluetoothChatService.java470 OutputStream tmpOut = null; in ConnectedThread() local
475 tmpOut = socket.getOutputStream(); in ConnectedThread()
481 mmOutStream = tmpOut; in ConnectedThread()
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DBluetoothChatService.java431 OutputStream tmpOut = null; in ConnectedThread() local
436 tmpOut = socket.getOutputStream(); in ConnectedThread()
442 mmOutStream = tmpOut; in ConnectedThread()