Searched defs:SocketAcceptThread (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapMasInstance.java43 private SocketAcceptThread mAcceptThread = null;
112 private class SocketAcceptThread extends Thread { class in class:BluetoothMapMasInstance
189 mAcceptThread = new SocketAcceptThread();
361 // exit SocketAcceptThread early
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapService.java152 private SocketAcceptThread mAcceptThread = null;
357 mAcceptThread = new SocketAcceptThread();
419 // exit SocketAcceptThread early
569 private class SocketAcceptThread extends Thread { class in class:BluetoothPbapService

Completed in 636 milliseconds