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/ |
D | AvrcpControllerStateMachineTest.java | 519 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/ |
D | AvrcpControllerUtils.java | 28 case AvrcpControllerService.PASS_THRU_CMD_ID_PLAY: in passThruIdToString()
|
D | AvrcpControllerStateMachine.java | 509 AvrcpControllerService.PASS_THRU_CMD_ID_PLAY); in processMessage() 1265 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PLAY);
|
D | AvrcpControllerService.java | 81 public static final int PASS_THRU_CMD_ID_PLAY = 0x44; field in AvrcpControllerService
|