Searched defs:socket (Results 1 – 10 of 10) sorted by relevance
18 private Socket socket = null; field in ChatManager21 public ChatManager(Socket socket, Handler handler) { in ChatManager()
19 ServerSocket socket = null; field in GroupOwnerSocketHandler
26 Socket socket = new Socket(); in run() local
102 Socket socket = mServerSocket.accept(); in run() local119 private void handle(Socket socket) throws IOException { in handle()
118 AdbSocket socket; in openSocket() local137 public void socketClosed(AdbSocket socket) { in socketClosed()178 AdbSocket socket = getSocket(message.getArg1()); in dispatchMessage() local
171 public synchronized void connected(BluetoothSocket socket, BluetoothDevice in connected()332 BluetoothSocket socket = null; in run() local466 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread()
151 public synchronized void connected(BluetoothSocket socket, BluetoothDevice in connected()294 BluetoothSocket socket = null; in run() local427 public ConnectedThread(BluetoothSocket socket, String socketType) { in ConnectedThread()
50 Socket socket = new Socket(); in onHandleIntent() local
97 private synchronized void setSocket(Socket socket) { in setSocket()265 Socket socket = getSocket(); in sendMessage() local
77 final Socket socket; field in LogViewer.LogReader