Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/bass_client/
DBleBroadcastAssistantBinderTest.java56 private BassClientService.BluetoothLeBroadcastAssistantBinder mBinder;
61 mBinder = new BassClientService.BluetoothLeBroadcastAssistantBinder(mService); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java569 return new BluetoothLeBroadcastAssistantBinder(this); in initBinder()
3592 static class BluetoothLeBroadcastAssistantBinder extends IBluetoothLeBroadcastAssistant.Stub class in BassClientService
3607 BluetoothLeBroadcastAssistantBinder(BassClientService svc) { in BluetoothLeBroadcastAssistantBinder() method in BassClientService.BluetoothLeBroadcastAssistantBinder