Home
last modified time | relevance | path

Searched refs:sendGroupNavigationCmd (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothAvrcpController.java253 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/
DIBluetoothAvrcpController.aidl42 …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/
DAvrcpControllerServiceBinderTest.java79 mBinder.sendGroupNavigationCmd(mDevice, 1, 2, mAttributionSource); in sendGroupNavigationCmd_notImplemented_doesNothing()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceBinder.java96 public void sendGroupNavigationCmd( in sendGroupNavigationCmd() method in AvrcpControllerServiceBinder