Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java63 public static final int AUDIO_FOCUS_STATE_CHANGE = 4; field in AvrcpControllerStateMachine
499 case AUDIO_FOCUS_STATE_CHANGE: in processMessage()
1423 case AUDIO_FOCUS_STATE_CHANGE: in eventToString()
DAvrcpControllerService.java526 stateMachine.sendMessage(AvrcpControllerStateMachine.AUDIO_FOCUS_STATE_CHANGE, state); in onAudioFocusStateChanged()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java196 mAvrcpStateMachine.sendMessage(AvrcpControllerStateMachine.AUDIO_FOCUS_STATE_CHANGE, state); in sendAudioFocusUpdate()