Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java85 static final int MESSAGE_PROCESS_SET_ADDRESSED_PLAYER = 214; field in AvrcpControllerStateMachine
1457 case MESSAGE_PROCESS_SET_ADDRESSED_PLAYER: in eventToString()
DAvrcpControllerService.java666 AvrcpControllerStateMachine.MESSAGE_PROCESS_SET_ADDRESSED_PLAYER); in handleSetAddressedPlayerRsp()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerServiceTest.java318 .sendMessage(AvrcpControllerStateMachine.MESSAGE_PROCESS_SET_ADDRESSED_PLAYER); in handleSetAddressedPlayerRsp()