HomeSort by relevance Sort by last modified time
    Searched refs:sendGroupNavigationCmd (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/bluetooth/
IBluetoothAvrcpController.aidl 35 void sendGroupNavigationCmd(in BluetoothDevice device, int keyCode, int keyState);
BluetoothAvrcpController.java 271 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) {
272 Log.d(TAG, "sendGroupNavigationCmd dev = " + device + " key " + keyCode + " State = " + keyState);
275 mService.sendGroupNavigationCmd(device, keyCode, keyState);
278 Log.e(TAG, "Error talking to BT service in sendGroupNavigationCmd()", e);
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
AvrcpControllerService.java 307 public synchronized void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) {
308 Log.v(TAG, "sendGroupNavigationCmd keyCode: " + keyCode + " keyState: " + keyState);
310 Log.e(TAG, "sendGroupNavigationCmd device is null");
700 public void sendGroupNavigationCmd(BluetoothDevice device, int keyCode, int keyState) {
701 Log.v(TAG, "Binder Call: sendGroupNavigationCmd");
711 service.sendGroupNavigationCmd(device, keyCode, keyState);
    [all...]

Completed in 108 milliseconds