Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerUtils.java46 case AvrcpControllerService.PASS_THRU_CMD_ID_REWIND: in passThruIdToString()
DAvrcpControllerStateMachine.java798 return (cmd == AvrcpControllerService.PASS_THRU_CMD_ID_REWIND) in isHoldableKey()
1334 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_REWIND);
DAvrcpControllerService.java87 public static final int PASS_THRU_CMD_ID_REWIND = 0x48; field in AvrcpControllerService
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java648 eq(AvrcpControllerService.PASS_THRU_CMD_ID_REWIND), in testRewind()
655 eq(AvrcpControllerService.PASS_THRU_CMD_ID_REWIND), in testRewind()