Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceBinderTest.java47 AvrcpControllerService.AvrcpControllerServiceBinder mBinder;
52 mBinder = new AvrcpControllerService.AvrcpControllerServiceBinder(mService); in setUp()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerService.java365 return new AvrcpControllerServiceBinder(this); in initBinder()
370 static class AvrcpControllerServiceBinder extends IBluetoothAvrcpController.Stub class in AvrcpControllerService
387 AvrcpControllerServiceBinder(AvrcpControllerService service) { in AvrcpControllerServiceBinder() method in AvrcpControllerService.AvrcpControllerServiceBinder