Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java788 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 1); in testAvailablePlayersReceived_AddressedPlayerExists()
927 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 2); in testAddressedPlayerChangedToNewKnownPlayer()
981 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 4); in testAddressedPlayerChangedToUnknownPlayer()
1004 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 1); in testAddressedPlayerChangedToSamePlayerId()
1039 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 1); in testAddressedPlayerChangedToSamePlayerId()
1892 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 1); in testAddressedPlayerChangedWhileFetchingNowPlayingList_fetchAbortedAndRestarted()
1956 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, 1); in testAddressedPlayerChangedQueuedFetchingNowPlayingList_fetchAbortedAndRestarted()
DAvrcpControllerServiceTest.java329 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, id); in handleAddressedPlayerChanged()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java86 static final int MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED = 215; field in AvrcpControllerStateMachine
636 case MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED: in processMessage()
1459 case MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED: in eventToString()
DAvrcpControllerService.java675 AvrcpControllerStateMachine.MESSAGE_PROCESS_ADDRESSED_PLAYER_CHANGED, id); in handleAddressedPlayerChanged()