Searched refs:PASS_THRU_CMD_ID_PAUSE (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachineTest.java | 301 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPause() 304 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_UP)); in testPause() 757 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhileMusicPlaying() 792 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhileErrorState() 811 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhilePlayingState() 842 eq(mTestAddress), eq(AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE), eq(KEY_DOWN)); in testPlaybackWhileNotActiveDevice()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/ |
D | AvrcpControllerStateMachine.java | 518 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage() 533 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage() 543 AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); in processMessage() 1065 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE); 1130 sendMessage(MSG_AVRCP_PASSTHRU, AvrcpControllerService.PASS_THRU_CMD_ID_PAUSE);
|
D | AvrcpControllerService.java | 78 public static final int PASS_THRU_CMD_ID_PAUSE = 0x46; field in AvrcpControllerService
|