Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java540 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testPause()
545 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testPause()
1162 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testPlaybackWhileMusicPlaying()
1197 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testPlaybackWhileErrorState()
1219 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testPlaybackWhilePlayingState()
1308 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testBecomeInactive()
1421 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testPlaybackWhileNotActiveDevice()
1498 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testOnAudioFocusGain_playNotSent()
1503 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testOnAudioFocusGain_playNotSent()
1524 eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), in testOnAudioFocusTransientLossWhilePlaying_pauseSent()
[all …]
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java490 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
494 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
524 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
537 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
603 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
612 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
624 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
1280 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE);
1355 MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE);
DAvrcpControllerUtils.java31 case AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE: in passThruIdToString()
DAvrcpControllerService.java82 public static final int PASS_THRU_CMD_ID_PAUSE = 0x46; field in AvrcpControllerService