Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerUtils.java49 case AvrcpControllerService.PASS_THRU_CMD_ID_FORWARD: in passThruIdToString()
DAvrcpControllerService.java88 public static final int PASS_THRU_CMD_ID_FORWARD = 0x4B; field in AvrcpControllerService
DAvrcpControllerStateMachine.java1288 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_FORWARD);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java582 eq(AvrcpControllerService.PASS_THRU_CMD_ID_FORWARD), in testNext()
587 eq(AvrcpControllerService.PASS_THRU_CMD_ID_FORWARD), in testNext()