Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/avrcpcontroller/
DAvrcpControllerStateMachine.java94 static final int MESSAGE_GET_FOLDER_ITEMS = 300; field in AvrcpControllerStateMachine
398 sendMessage(MESSAGE_GET_FOLDER_ITEMS, node); in requestContents()
559 case MESSAGE_GET_FOLDER_ITEMS: in processMessage()
850 if (msg.what == MESSAGE_GET_FOLDER_ITEMS) { in enter()
1012 case MESSAGE_GET_FOLDER_ITEMS: in processMessage()
1471 case MESSAGE_GET_FOLDER_ITEMS: in eventToString()