Searched refs:SocketAcceptThread (Results 1 – 4 of 4) sorted by relevance
60 private SocketAcceptThread mRfcommThread = null;61 private SocketAcceptThread mL2capThread = null;184 mRfcommThread = new SocketAcceptThread(mRfcommSocket); in startAccept()187 mL2capThread = new SocketAcceptThread(mL2capSocket); in startAccept()269 private class SocketAcceptThread extends Thread { class in ObexServerSockets280 public SocketAcceptThread(BluetoothServerSocket serverSocket) { in SocketAcceptThread() method in ObexServerSockets.SocketAcceptThread
154 private SocketAcceptThread mAcceptThread = null;360 mAcceptThread = new SocketAcceptThread(); in startRfcommSocketListener()572 private class SocketAcceptThread extends Thread { class in BluetoothPbapService
82 private SocketAcceptThread mAcceptThread = null;138 mAcceptThread = new SocketAcceptThread(); in startRfcommSocketListener()306 private class SocketAcceptThread extends Thread { class in SapService
58812 at com.android.bluetooth.ObexServerSockets$SocketAcceptThread.run(ObexServerSockets.java:301)58882 at com.android.bluetooth.ObexServerSockets$SocketAcceptThread.run(ObexServerSockets.java:301)58952 …at com.android.bluetooth.pbap.BluetoothPbapService$SocketAcceptThread.run(BluetoothPbapService.jav…