Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapServiceBinderTest.java47 BluetoothMapService.BluetoothMapBinder mBinder;
52 mBinder = new BluetoothMapService.BluetoothMapBinder(mService); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java675 return new BluetoothMapBinder(this); in initBinder()
1256 static class BluetoothMapBinder extends IBluetoothMap.Stub implements IProfileServiceBinder { class in BluetoothMapService
1272 BluetoothMapBinder(BluetoothMapService service) { in BluetoothMapBinder() method in BluetoothMapService.BluetoothMapBinder