Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java486 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
544 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
559 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
569 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage()
1156 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE);
1221 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE);
DAvrcpControllerService.java84 public static final int PASS_THRU_CMD_ID_PAUSE = 0x46; field in AvrcpControllerService
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java488 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPause()
491 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_UP)); in testPause()
1101 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhileMusicPlaying()
1136 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhileErrorState()
1155 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhilePlayingState()
1250 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testBecomeInactive()
1301 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhileNotActiveDevice()