Searched refs:mAcceptThread (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/bluetooth/src/android/bluetooth/client/map/
H A DBluetoothMnsService.java48 static private SocketAcceptThread mAcceptThread = null; field in class:BluetoothMnsService
157 if (mAcceptThread == null) {
159 mAcceptThread = new SocketAcceptThread();
160 mAcceptThread.setName("BluetoothMnsAcceptThread");
161 mAcceptThread.start();
184 mAcceptThread.interrupt();
187 mAcceptThread.join(5000);
191 mAcceptThread = null;

Completed in 42 milliseconds