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.java276 private BluetoothSocketManagerBinder mBluetoothSocketManagerBinder; field in AdapterService
563 mBluetoothSocketManagerBinder = new BluetoothSocketManagerBinder(this); in onCreate()
901 if (mBluetoothSocketManagerBinder != null) { in cleanup()
902 mBluetoothSocketManagerBinder.cleanUp(); in cleanup()
903 mBluetoothSocketManagerBinder = null; in cleanup()
2130 return IBluetoothSocketManager.Stub.asInterface(service.mBluetoothSocketManagerBinder); in getSocketManager()