Searched refs:sendGroupNavigationCmd (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothAvrcpController.java | 253 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) { in sendGroupNavigationCmd() method in BluetoothAvrcpController 268 service.sendGroupNavigationCmd(device, keyCode, keyState, mAttributionSource); in sendGroupNavigationCmd()
|
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/ |
D | IBluetoothAvrcpController.aidl | 42 …void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState, in AttributionSo… in sendGroupNavigationCmd() method
|
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerServiceBinderTest.java | 79 mBinder.sendGroupNavigationCmd(mDevice, 1, 2, mAttributionSource); in sendGroupNavigationCmd_notImplemented_doesNothing()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerServiceBinder.java | 96 public void sendGroupNavigationCmd( in sendGroupNavigationCmd() method in AvrcpControllerServiceBinder
|