Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java77 static final int MESSAGE_PROCESS_FOLDER_PATH = 212; field in AvrcpControllerStateMachine
797 case MESSAGE_PROCESS_FOLDER_PATH: in processMessage()
DAvrcpControllerService.java638 stateMachine.sendMessage(AvrcpControllerStateMachine.MESSAGE_PROCESS_FOLDER_PATH, in handleChangeFolderRsp()
/packages/apps/Bluetooth/tests/unit/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachineTest.java524 mAvrcpStateMachine.sendMessage(AvrcpControllerStateMachine.MESSAGE_PROCESS_FOLDER_PATH, 5); in testBrowsingCommands()