Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/vc/
DVolumeControlService.java215 return new BluetoothVolumeControlBinder(this); in initBinder()
1400 static class BluetoothVolumeControlBinder extends IBluetoothVolumeControl.Stub class in VolumeControlService
1418 BluetoothVolumeControlBinder(VolumeControlService svc) { in BluetoothVolumeControlBinder() method in VolumeControlService.BluetoothVolumeControlBinder
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/vc/
DVolumeControlServiceTest.java76 private VolumeControlService.BluetoothVolumeControlBinder mServiceBinder;
136 mServiceBinder = (VolumeControlService.BluetoothVolumeControlBinder) mService.initBinder(); in setUp()