Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java78 static final int MESSAGE_PROCESS_PLAY_STATUS_CHANGED = 207; field in AvrcpControllerStateMachine
596 case MESSAGE_PROCESS_PLAY_STATUS_CHANGED: in processMessage()
1443 case MESSAGE_PROCESS_PLAY_STATUS_CHANGED: in eventToString()
DAvrcpControllerService.java572 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, playbackState); in onPlayStatusChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java282 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, state); in setPlaybackState()
1156 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhileMusicPlaying()
1174 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhileIdle()
1191 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhileErrorState()
1213 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in testPlaybackWhilePlayingState()
DAvrcpControllerServiceTest.java441 AvrcpControllerStateMachine.MESSAGE_PROCESS_PLAY_STATUS_CHANGED, in onPlayStatusChanged()