Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
DAdapterService.java227 private BluetoothSocketManagerBinder mBluetoothSocketManagerBinder; field in AdapterService
482 mBluetoothSocketManagerBinder = new BluetoothSocketManagerBinder(this); in onCreate()
782 if (mBluetoothSocketManagerBinder != null) { in cleanup()
783 mBluetoothSocketManagerBinder.cleanUp(); in cleanup()
784 mBluetoothSocketManagerBinder = null; in cleanup()
1824 return IBluetoothSocketManager.Stub.asInterface(service.mBluetoothSocketManagerBinder); in getSocketManager()