Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java519 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testPlay()
524 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testPlay()
1078 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testPlayWhileBrowsing()
1083 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testPlayWhileBrowsing()
1615 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testOnAudioFocusGainFromTransientLossWhilePlaying_playSent()
1620 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testOnAudioFocusGainFromTransientLossWhilePlaying_playSent()
1653 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testOnAudioFocusGainFromTransientLossWhilePlayingWithPause_playNotSent()
1658 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testOnAudioFocusGainFromTransientLossWhilePlayingWithPause_playNotSent()
1694 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testOnAudioFocusGainFromTransientLossWithStop_playNotSent()
1699 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PLAY), in testOnAudioFocusGainFromTransientLossWithStop_playNotSent()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerUtils.java28 case AvrcpControllerService.PASS_THRU_CMD_ID_PLAY: in passThruIdToString()
DAvrcpControllerStateMachine.java509 AvrcpControllerService.PASS_THRU_CMD_ID_PLAY); in processMessage()
1265 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PLAY);
DAvrcpControllerService.java81 public static final int PASS_THRU_CMD_ID_PLAY = 0x44; field in AvrcpControllerService